24a3d1666aa881e58d29022665650ac7621dd001
[openwrt/openwrt.git] / target / linux / lantiq / dts / VGV7519NOR.dts
1 /dts-v1/;
2
3
4 /include/ "VGV7519.dtsi"
5
6 / {
7 fpi@10000000 {
8 localbus@0 {
9 nor-boot@0 {
10 compatible = "lantiq,nor";
11 bank-width = <2>;
12 reg = <0 0x0 0x800000>, <1 0x800000 0x800000>;
13 #address-cells = <1>;
14 #size-cells = <1>;
15
16 partitions {
17 compatible = "fixed-partitions";
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 partition@0 {
22 label = "uboot";
23 reg = <0x00000 0x40000>;
24 };
25 partition@40000 {
26 label = "board_config";
27 reg = <0x40000 0x10000>;
28 read-only;
29 };
30 partition@60000 {
31 label = "uboot_env";
32 reg = <0x60000 0x10000>;
33 };
34 partition@80000 {
35 label = "firmware";
36 reg = <0x80000 0xf80000>;
37 // 0x080000 - 0x01b0000 : kernel
38 // 0x1b0000 - 0x1000000 : rootfs (squashfs)
39 // 0x390000 - 0x1000000 : rootfs_data
40 };
41 };
42 };
43 };
44 };
45 };