dsl-2650u.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-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. linux,part-probe = "bcm63xxpart";
  35. partitions {
  36. compatible = "fixed-partitions";
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. cfe@0 {
  40. label = "CFE";
  41. reg = <0x000000 0x010000>;
  42. read-only;
  43. };
  44. linux@10000 {
  45. label = "linux";
  46. reg = <0x010000 0x7e0000>;
  47. compatible = "brcm,bcm963xx-imagetag";
  48. };
  49. nvram@7f0000 {
  50. label = "nvram";
  51. reg = <0x7f0000 0x010000>;
  52. };
  53. };
  54. };
  55. &uart0 {
  56. status = "ok";
  57. };