dsl-2650u.dts 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /dts-v1/;
  2. /include/ "bcm6358.dtsi"
  3. / {
  4. model = "D-Link DSL-2650U";
  5. compatible = "d-link,dsl-2650u", "brcm,bcm6358";
  6. gpio-leds {
  7. compatible = "gpio-leds";
  8. stop_green {
  9. label = "96358VW2:green:stop";
  10. gpios = <&gpio0 4 1>;
  11. };
  12. power_green {
  13. label = "96358VW2:green:power";
  14. gpios = <&gpio0 5 1>;
  15. default-state = "on";
  16. };
  17. adsl_green {
  18. label = "96358VW2:green:adsl";
  19. gpios = <&gpio0 22 1>;
  20. };
  21. ppp_fail_green {
  22. label = "96358VW2:green:ppp-fail";
  23. gpios = <&gpio0 23 0>;
  24. };
  25. };
  26. };
  27. &pflash {
  28. status = "ok";
  29. linux,part-probe = "bcm63xxpart";
  30. cfe@0 {
  31. label = "CFE";
  32. reg = <0x000000 0x010000>;
  33. read-only;
  34. };
  35. linux@10000 {
  36. label = "linux";
  37. reg = <0x010000 0x7e0000>;
  38. };
  39. nvram@7f0000 {
  40. label = "nvram";
  41. reg = <0x7f0000 0x010000>;
  42. };
  43. };