rta770bw.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /dts-v1/;
  2. #include "bcm6345.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Siemens Gigaset SE515";
  6. compatible = "dynalink,rta770bw", "brcm,bcm6345";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. keys {
  12. compatible = "gpio-keys-polled";
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. poll-interval = <20>;
  16. reset {
  17. label = "reset";
  18. gpios = <&gpio0 13 1>;
  19. linux,code = <KEY_RESTART>;
  20. debounce-interval = <60>;
  21. };
  22. };
  23. leds {
  24. compatible = "gpio-leds";
  25. usb {
  26. label = "RTA770BW:green:usb";
  27. gpios = <&gpio0 7 1>;
  28. };
  29. adsl {
  30. label = "RTA770BW:green:adsl";
  31. gpios = <&gpio0 8 0>;
  32. };
  33. diag {
  34. label = "RTA770BW:green:diag";
  35. gpios = <&gpio0 10 1>;
  36. };
  37. wlan {
  38. label = "RTA770BW:green:wlan";
  39. gpios = <&gpio0 11 1>;
  40. };
  41. };
  42. };
  43. &pflash {
  44. status = "ok";
  45. partitions {
  46. compatible = "fixed-partitions";
  47. #address-cells = <1>;
  48. #size-cells = <1>;
  49. cfe@0 {
  50. label = "CFE";
  51. reg = <0x000000 0x010000>;
  52. read-only;
  53. };
  54. linux@10000 {
  55. label = "linux";
  56. reg = <0x010000 0x3e0000>;
  57. compatible = "brcm,bcm963xx-imagetag";
  58. };
  59. nvram@3f0000 {
  60. label = "nvram";
  61. reg = <0x3f0000 0x010000>;
  62. };
  63. };
  64. };
  65. &uart0 {
  66. status = "ok";
  67. };