stih416-b2020e.dts 781 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
  3. * Author: Lee Jones <lee.jones@linaro.org>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * publishhed by the Free Software Foundation.
  8. */
  9. /dts-v1/;
  10. #include "stih416.dtsi"
  11. #include "stih41x-b2020.dtsi"
  12. / {
  13. model = "STiH416 B2020 REV-E";
  14. compatible = "st,stih416-b2020", "st,stih416";
  15. soc {
  16. leds {
  17. compatible = "gpio-leds";
  18. red {
  19. #gpio-cells = <1>;
  20. label = "Front Panel LED";
  21. gpios = <&PIO4 1>;
  22. linux,default-trigger = "heartbeat";
  23. };
  24. green {
  25. gpios = <&PIO1 3>;
  26. default-state = "off";
  27. };
  28. };
  29. ethernet1: dwmac@fef08000 {
  30. snps,reset-gpio = <&PIO0 7>;
  31. };
  32. };
  33. };