stih41x-b2000.dtsi 765 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
  3. * Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
  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. / {
  10. memory{
  11. device_type = "memory";
  12. reg = <0x60000000 0x40000000>;
  13. };
  14. chosen {
  15. bootargs = "console=ttyAS0,115200";
  16. linux,stdout-path = &serial2;
  17. };
  18. aliases {
  19. ttyAS0 = &serial2;
  20. };
  21. soc {
  22. serial2: serial@fed32000 {
  23. status = "okay";
  24. };
  25. leds {
  26. compatible = "gpio-leds";
  27. fp_led {
  28. #gpio-cells = <1>;
  29. label = "Front Panel LED";
  30. gpios = <&PIO105 7>;
  31. linux,default-trigger = "heartbeat";
  32. };
  33. };
  34. };
  35. };