imx6qdl-pico-nymph.dtsi 733 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. #include "imx6qdl-pico.dtsi"
  3. / {
  4. leds {
  5. compatible = "gpio-leds";
  6. pinctrl-names = "default";
  7. pinctrl-0 = <&pinctrl_gpio_leds>;
  8. led {
  9. label = "gpio-led";
  10. gpios = <&gpio5 31 GPIO_ACTIVE_HIGH>;
  11. };
  12. };
  13. };
  14. &i2c1 {
  15. adc@52 {
  16. compatible = "ti,adc081c";
  17. reg = <0x52>;
  18. vref-supply = <&reg_2p5v>;
  19. };
  20. };
  21. &i2c2 {
  22. io-expander@25 {
  23. compatible = "nxp,pca9554";
  24. reg = <0x25>;
  25. gpio-controller;
  26. #gpio-cells = <2>;
  27. #interrupt-cells = <2>;
  28. };
  29. };
  30. &i2c3 {
  31. rtc@68 {
  32. compatible = "dallas,ds1337";
  33. reg = <0x68>;
  34. };
  35. };
  36. &pcie {
  37. status = "okay";
  38. };
  39. &iomuxc {
  40. pinctrl_gpio_leds: gpioledsgrp {
  41. fsl,pins = <
  42. MX6QDL_PAD_CSI0_DAT13__GPIO5_IO31 0x1b0b0
  43. >;
  44. };
  45. };