cvg834g.dts 885 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /dts-v1/;
  2. #include "bcm3368.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Netgear CVG834G";
  6. compatible = "netgear,cvg834g", "brcm,bcm3368";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-leds {
  12. compatible = "gpio-leds";
  13. power_green {
  14. label = "CVG834G:green:power";
  15. gpios = <&gpio1 5 0>;
  16. default-state = "on";
  17. };
  18. };
  19. };
  20. &pflash {
  21. status = "ok";
  22. partitions {
  23. compatible = "fixed-partitions";
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. cfe@0 {
  27. label = "CFE";
  28. reg = <0x000000 0x010000>;
  29. read-only;
  30. };
  31. linux@10000 {
  32. label = "linux";
  33. reg = <0x010000 0x3e0000>;
  34. compatible = "brcm,bcm963xx-imagetag";
  35. };
  36. nvram@3f0000 {
  37. label = "nvram";
  38. reg = <0x3f0000 0x010000>;
  39. };
  40. };
  41. };
  42. &uart0 {
  43. status = "ok";
  44. };
  45. &uart1 {
  46. status = "ok";
  47. };