355a90c94cc14e4963c55e6678fe31cd1f872e93
[openwrt/staging/mkresin.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 partition@0 {
17 label = "uboot";
18 reg = <0x00000 0x40000>;
19 };
20 partition@40000 {
21 label = "board_config";
22 reg = <0x40000 0x10000>;
23 read-only;
24 };
25 partition@60000 {
26 label = "uboot_env";
27 reg = <0x60000 0x10000>;
28 };
29 partition@80000 {
30 label = "firmware";
31 reg = <0x80000 0xf80000>;
32 // 0x080000 - 0x01b0000 : kernel
33 // 0x1b0000 - 0x1000000 : rootfs (squashfs)
34 // 0x390000 - 0x1000000 : rootfs_data
35 };
36 };
37 };
38 };
39 };