OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 /dts-v1/;
2  
3 #include "VGV7510KW22.dtsi"
4  
5 / {
6 compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
7 model = "o2 Box 6431";
8 };
9  
10 &localbus {
11 nor@0 {
12 partitions {
13 partition@0 {
14 label = "uboot";
15 reg = <0x0 0x60000>; /* 384 KiB */
16 read-only;
17 };
18  
19 partition@60000 {
20 label = "uboot-env";
21 reg = <0x60000 0x20000>; /* 128 KiB */
22 read-only;
23 };
24  
25 partition@80000 {
26 label = "firmware";
27 reg = <0x80000 0xf60000>; /* 15744 KiB */
28 };
29 };
30 };
31 };