Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux-2.6-microblaze.git] / arch / arm / boot / dts / imx6qdl-tqma6b.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright 2013 Sascha Hauer, Pengutronix
4  * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com>
5  */
6
7 &i2c3 {
8         pinctrl-names = "default";
9         pinctrl-0 = <&pinctrl_i2c3>;
10         clock-frequency = <100000>;
11         status = "okay";
12
13         pmic: pmic@8 {
14                 compatible = "fsl,pfuze100";
15                 reg = <0x08>;
16         };
17
18         sensor@48 {
19                 compatible = "national,lm75";
20                 reg = <0x48>;
21         };
22
23         eeprom@50 {
24                 compatible = "st,24c64", "atmel,24c64";
25                 reg = <0x50>;
26                 pagesize = <32>;
27         };
28 };