brcm63xx: Add DT support for AR-5381u
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm6368.dtsi
index b923b07be8f40aa1a077bd976b16b70e6cf8ffd8..8dfb6e80caa69cd82b669a395a8294283466b37f 100644 (file)
@@ -3,6 +3,10 @@
        #size-cells = <1>;
        compatible = "brcm,bcm6368";
 
+       aliases {
+               pflash = &pflash;
+       };
+
        cpus {
                cpu@0 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
                #size-cells = <1>;
                compatible = "simple-bus";
        };
+
+       pflash: nor@18000000 {
+               compatible = "cfi-flash";
+               reg = <0x18000000 0x2000000>;
+               bank-width = <2>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               status = "disabled";
+       };
 };