summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-mba6b.dtsi
blob: 7489b48d82d50c24293036ae7dc632f50e987b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// SPDX-License-Identifier: GPL-2.0+
//
// Copyright (C) 2020 TQ-Systems GmbH

&fec {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_enet>;
};

&i2c1 {
	clock-frequency = <100000>;
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_i2c1>;
	status = "okay";
};

&i2c3 {
	sensor1: lm75@49 {
		compatible = "lm75";
		reg = <0x49>;
	};

	eeprom1: m24c64@57 {
		compatible = "st,24c64", "at24";
		reg = <0x57>;
		pagesize = <32>;
	};

	rtc1: ds1339@68 {
		compatible = "ds1339";
		reg = <0x68>;
	};
};

&iomuxc {
	mba6 {
		pinctrl_i2c1: i2c1grp {
			fsl,pins = <
				MX6QDL_PAD_CSI0_DAT8__I2C1_SDA 0x4001b899
				MX6QDL_PAD_CSI0_DAT9__I2C1_SCL 0x4001b899
			>;
		};
	};

};