usr9108.dts 972 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 = "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. partitions {
  26. compatible = "fixed-partitions";
  27. #address-cells = <1>;
  28. #size-cells = <1>;
  29. cfe@0 {
  30. label = "CFE";
  31. reg = <0x000000 0x010000>;
  32. read-only;
  33. };
  34. linux@10000 {
  35. label = "linux";
  36. reg = <0x010000 0x3e0000>;
  37. compatible = "brcm,bcm963xx-imagetag";
  38. };
  39. nvram@3f0000 {
  40. label = "nvram";
  41. reg = <0x3f0000 0x010000>;
  42. };
  43. };
  44. };
  45. &pinctrl {
  46. pinctrl-names = "default";
  47. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  48. };
  49. &uart0 {
  50. status = "ok";
  51. };