imx6qdl-pico-dwarf.dtsi 631 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. //
  3. // Copyright 2017 NXP
  4. #include "imx6qdl-pico.dtsi"
  5. / {
  6. leds {
  7. compatible = "gpio-leds";
  8. pinctrl-names = "default";
  9. pinctrl-0 = <&pinctrl_gpio_leds>;
  10. led {
  11. label = "gpio-led";
  12. gpios = <&gpio5 31 GPIO_ACTIVE_HIGH>;
  13. };
  14. };
  15. };
  16. &i2c1 {
  17. mpl3115@60 {
  18. compatible = "fsl,mpl3115";
  19. reg = <0x60>;
  20. };
  21. };
  22. &i2c2 {
  23. io-expander@25 {
  24. compatible = "nxp,pca9554";
  25. reg = <0x25>;
  26. gpio-controller;
  27. #gpio-cells = <2>;
  28. #interrupt-cells = <2>;
  29. };
  30. };
  31. &iomuxc {
  32. pinctrl_gpio_leds: gpioledsgrp {
  33. fsl,pins = <
  34. MX6QDL_PAD_CSI0_DAT13__GPIO5_IO31 0x1b0b0
  35. >;
  36. };
  37. };