bcm6358-neufbox4-sercomm.dts 624 B

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