imx6qdl-tqma6b.dtsi (715B)
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#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 }; 27 28 eeprom@50 { 29 compatible = "st,24c64", "atmel,24c64"; 30 reg = <0x50>; 31 pagesize = <32>; 32 }; 33};