imx6qdl-tqma6b.dtsi 743 B

12345678910111213141516171819202122232425262728293031323334
  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. #include <dt-bindings/gpio/gpio.h>
  7. &i2c3 {
  8. pinctrl-names = "default", "gpio";
  9. pinctrl-0 = <&pinctrl_i2c3>;
  10. pinctrl-1 = <&pinctrl_i2c3_recovery>;
  11. scl-gpios = <&gpio1 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
  12. sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
  13. clock-frequency = <100000>;
  14. status = "okay";
  15. pmic: pmic@8 {
  16. compatible = "fsl,pfuze100";
  17. reg = <0x08>;
  18. };
  19. sensor@48 {
  20. compatible = "national,lm75";
  21. reg = <0x48>;
  22. };
  23. eeprom@50 {
  24. compatible = "st,24c64", "atmel,24c64";
  25. reg = <0x50>;
  26. pagesize = <32>;
  27. vcc-supply = <&reg_3p3v>;
  28. };
  29. };