lantiq: add support for VGV7519 KPN Experia box v8
[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                                 partition@0 {
17                                         label = "uboot";
18                                         reg = <0x00000 0x40000>;
19                                 };
20
21                                 partition@60000 {
22                                         label = "uboot_env";
23                                         reg = <0x60000 0x10000>;
24                                 };
25
26                                 partition@80000 {
27                                         label = "linux";
28                                         reg = <0x80000 0xf80000>;
29                                         // 0x080000 - 0x01b0000 : kernel
30                                         // 0x1b0000 - 0x1000000 : rootfs (squashfs)
31                                         // 0x390000 - 0x1000000 : rootfs_data
32                                 };
33                         };
34                 };
35         };
36 };