cvg834g.dts 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 = "root=/dev/mtdblock2 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. linux,part-probe = "bcm63xxpart";
  23. partitions {
  24. compatible = "fixed-partitions";
  25. #address-cells = <1>;
  26. #size-cells = <1>;
  27. cfe@0 {
  28. label = "CFE";
  29. reg = <0x000000 0x010000>;
  30. read-only;
  31. };
  32. linux@10000 {
  33. label = "linux";
  34. reg = <0x010000 0x3e0000>;
  35. compatible = "brcm,bcm963xx-imagetag";
  36. };
  37. nvram@3f0000 {
  38. label = "nvram";
  39. reg = <0x3f0000 0x010000>;
  40. };
  41. };
  42. };
  43. &uart0 {
  44. status = "ok";
  45. };
  46. &uart1 {
  47. status = "ok";
  48. };