usr9108.dts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-leds {
  12. compatible = "gpio-leds";
  13. usb {
  14. label = "96348GW-A::usb";
  15. gpios = <&pinctrl 0 1>;
  16. };
  17. dsl {
  18. label = "96348GW-A::adsl";
  19. gpios = <&pinctrl 3 1>;
  20. };
  21. };
  22. };
  23. &pflash {
  24. status = "ok";
  25. linux,part-probe = "bcm63xxpart";
  26. partitions {
  27. compatible = "fixed-partitions";
  28. #address-cells = <1>;
  29. #size-cells = <1>;
  30. cfe@0 {
  31. label = "CFE";
  32. reg = <0x000000 0x010000>;
  33. read-only;
  34. };
  35. linux@10000 {
  36. label = "linux";
  37. reg = <0x010000 0x3e0000>;
  38. compatible = "brcm,bcm963xx-imagetag";
  39. };
  40. nvram@3f0000 {
  41. label = "nvram";
  42. reg = <0x3f0000 0x010000>;
  43. };
  44. };
  45. };
  46. &pinctrl {
  47. pinctrl-names = "default";
  48. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  49. };
  50. &uart0 {
  51. status = "ok";
  52. };