bcm6358-d-link-dsl-2650u.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /dts-v1/;
  2. #include "bcm6358.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "D-Link DSL-2650U";
  6. compatible = "d-link,dsl-2650u", "brcm,bcm6358";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. leds {
  12. compatible = "gpio-leds";
  13. stop_green {
  14. label = "96358VW2:green:stop";
  15. gpios = <&pinctrl 4 1>;
  16. };
  17. power_green {
  18. label = "96358VW2:green:power";
  19. gpios = <&pinctrl 5 1>;
  20. default-state = "on";
  21. };
  22. adsl_green {
  23. label = "96358VW2:green:adsl";
  24. gpios = <&pinctrl 22 1>;
  25. };
  26. ppp_fail_green {
  27. label = "96358VW2:green:ppp-fail";
  28. gpios = <&pinctrl 23 0>;
  29. };
  30. };
  31. };
  32. &pflash {
  33. status = "ok";
  34. partitions {
  35. compatible = "fixed-partitions";
  36. #address-cells = <1>;
  37. #size-cells = <1>;
  38. cfe@0 {
  39. label = "CFE";
  40. reg = <0x000000 0x010000>;
  41. read-only;
  42. };
  43. linux@10000 {
  44. label = "linux";
  45. reg = <0x010000 0x7e0000>;
  46. compatible = "brcm,bcm963xx-imagetag";
  47. };
  48. nvram@7f0000 {
  49. label = "nvram";
  50. reg = <0x7f0000 0x010000>;
  51. };
  52. };
  53. };
  54. &uart0 {
  55. status = "ok";
  56. };