bcm6358-neufbox4-sercomm.dts 661 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "bcm6358.dtsi"
  4. / {
  5. compatible = "sfr,nb4-ser", "brcm,bcm6358";
  6. model = "SFR Neufbox 4 (Sercomm)";
  7. memory@0 {
  8. device_type = "memory";
  9. reg = <0x00000000 0x02000000>;
  10. };
  11. chosen {
  12. bootargs = "console=ttyS0,115200";
  13. stdout-path = &uart0;
  14. };
  15. };
  16. &leds0 {
  17. status = "okay";
  18. led@0 {
  19. reg = <0>;
  20. active-low;
  21. label = "nb4-ser:white:alarm";
  22. };
  23. led@2 {
  24. reg = <2>;
  25. active-low;
  26. label = "nb4-ser:white:tv";
  27. };
  28. led@3 {
  29. reg = <3>;
  30. active-low;
  31. label = "nb4-ser:white:tel";
  32. };
  33. led@4 {
  34. reg = <4>;
  35. active-low;
  36. label = "nb4-ser:white:adsl";
  37. };
  38. };
  39. &uart0 {
  40. status = "okay";
  41. };