Merge tag 'arm-soc/for-4.20/devicetree' of https://github.com/Broadcom/stblinux into...
[linux-2.6-block.git] / arch / arm / boot / dts / bcm47081-tplink-archer-c5-v2.dts
index c94c732188fbe05c51cd331c1f89bb118b8812c2..189cc3dcd6ef869065ea3dc9b633d92d062c6efd 100644 (file)
 
 &spi_nor {
        status = "okay";
+
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               boot@0 {
+                       label = "boot";
+                       reg = <0x000000 0x040000>;
+                       read-only;
+               };
+
+               os-image@100000 {
+                       label = "os-image";
+                       reg = <0x040000 0x200000>;
+                       compatible = "brcm,trx";
+               };
+
+               rootfs@240000 {
+                       label = "rootfs";
+                       reg = <0x240000 0xc00000>;
+               };
+
+               nvram@ff0000 {
+                       label = "nvram";
+                       reg = <0xff0000 0x010000>;
+               };
+       };
 };
 
 &usb2 {
        vcc-gpio = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
 };
+
+&usb3_phy {
+       status = "okay";
+};