]> Git Repo - u-boot.git/blob - dts/upstream/src/arm/nxp/imx/imx6qdl-tqma6b.dtsi
Merge commit '53633a893a06bd5a0c807287d9cc29337806eaf7' as 'dts/upstream'
[u-boot.git] / dts / upstream / src / arm / nxp / imx / 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 <[email protected]>
5  */
6
7 #include <dt-bindings/gpio/gpio.h>
8
9 &i2c3 {
10         pinctrl-names = "default", "gpio";
11         pinctrl-0 = <&pinctrl_i2c3>;
12         pinctrl-1 = <&pinctrl_i2c3_recovery>;
13         scl-gpios = <&gpio1 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
14         sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
15         clock-frequency = <100000>;
16         status = "okay";
17
18         pmic: pmic@8 {
19                 compatible = "fsl,pfuze100";
20                 reg = <0x08>;
21         };
22
23         sensor@48 {
24                 compatible = "national,lm75";
25                 reg = <0x48>;
26                 vs-supply = <&reg_3p3v>;
27         };
28
29         eeprom@50 {
30                 compatible = "st,24c64", "atmel,24c64";
31                 reg = <0x50>;
32                 pagesize = <32>;
33                 vcc-supply = <&reg_3p3v>;
34         };
35 };
This page took 0.02773 seconds and 4 git commands to generate.