usr9108.dts 716 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "USRobotics 9108";
  6. compatible = "usr,9108", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. };
  10. gpio-leds {
  11. compatible = "gpio-leds";
  12. usb {
  13. label = "96348GW-A::usb";
  14. gpios = <&gpio0 0 1>;
  15. };
  16. dsl {
  17. label = "96348GW-A::adsl";
  18. gpios = <&gpio0 3 1>;
  19. };
  20. };
  21. };
  22. &pflash {
  23. status = "ok";
  24. linux,part-probe = "bcm63xxpart";
  25. cfe@0 {
  26. label = "CFE";
  27. reg = <0x000000 0x010000>;
  28. read-only;
  29. };
  30. linux@10000 {
  31. label = "linux";
  32. reg = <0x010000 0x3e0000>;
  33. };
  34. nvram@3f0000 {
  35. label = "nvram";
  36. reg = <0x3f0000 0x010000>;
  37. };
  38. };