lantiq: vr9: set the usb led trigger via devicetree
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_arcadyan_vgv7519-nor.dts
1 #include "vr9_arcadyan_vgv7519.dtsi"
2
3 / {
4 compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
5 model = "KPN Experiabox V8";
6 };
7
8 &localbus {
9 flash@0 {
10 partitions {
11 partition@0 {
12 label = "uboot";
13 reg = <0x00000 0x40000>;
14 read-only;
15 };
16 partition@60000 {
17 label = "u-boot-env";
18 reg = <0x60000 0x10000>;
19 read-only;
20 };
21 partition@80000 {
22 label = "firmware";
23 reg = <0x80000 0xf80000>;
24 };
25 };
26 };
27 };