brcm63xx: drop linux,part-probe usage where possible
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dsl-274xb-c.dts
index e36ddfac178c9c5fd42175bf7b4545cc6886f526..f6042cd9772455e7923444e83a2f29b194654523 100644 (file)
@@ -1,30 +1,86 @@
 /dts-v1/;
 
-/include/ "bcm6358.dtsi"
+#include "bcm6358.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        model = "D-Link DSL-2740B/DSL-2741B rev C2/3";
        compatible = "d-link,dsl-274xb-c2", "brcm,bcm6358";
+
+       chosen {
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
+       };
+
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+               debounce-interval = <60>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&pinctrl 34 1>;
+                       linux,code = <KEY_RESTART>;
+               };
+       };
+
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               inet_green {
+                       label = "dsl-274xb:green:internet";
+                       gpios = <&pinctrl 2 0>;
+               };
+               power_red {
+                       label = "dsl-274xb:red:power";
+                       gpios = <&pinctrl 4 1>;
+               };
+               power_green {
+                       label = "dsl-274xb:green:power";
+                       gpios = <&pinctrl 5 1>;
+                       default-state = "on";
+               };
+               dsl_green {
+                       label = "dsl-274xb:green:adsl";
+                       gpios = <&pinctrl 9 1>;
+               };
+               inet_red {
+                       label = "dsl-274xb:red:internet";
+                       gpios = <&pinctrl 10 0>;
+               };
+       };
 };
 
 &pflash {
        status = "ok";
 
-       linux,part-probe = "bcm63xxpart";
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       cfe@0 {
-               label = "CFE";
-               reg = <0x000000 0x010000>;
-               read-only;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x000000 0x010000>;
+                       read-only;
+               };
 
-       linux@10000 {
-               label = "linux";
-               reg = <0x010000 0x3e0000>;
-       };
+               linux@10000 {
+                       label = "linux";
+                       reg = <0x010000 0x3e0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
 
-       nvram@3f0000 {
-               label = "nvram";
-               reg = <0x3f0000 0x010000>;
+               nvram@3f0000 {
+                       label = "nvram";
+                       reg = <0x3f0000 0x010000>;
+               };
        };
 };
+
+&uart0 {
+       status = "ok";
+};