lantiq: re-enable spi-xway for TD-W89X0 now that it is fixed
[openwrt.git] / target / linux / lantiq / dts / VGV7510KW22NOR.dts
1 /dts-v1/;
2
3 /include/ "VGV7510KW22.dtsi"
4
5 / {
6         fpi@10000000 {
7                 localbus@0 {
8                         nor-boot@0 {
9                                 partition@0 {
10                                         label = "uboot";
11                                         reg = <0x0 0x60000>; /* 384 KiB */
12                                         read-only;
13                                 };
14
15                                 partition@60000 {
16                                         label = "uboot-env";
17                                         reg = <0x60000 0x20000>; /* 128 KiB */
18                                         read-only;
19                                 };
20
21                                 partition@80000 {
22                                         label = "firmware";
23                                         reg = <0x80000 0xe60000>; /* 14720 KiB */
24                                 };
25
26                                 partition@1e80000 {
27                                         label = "dsl_fw";
28                                         reg = <0xee0000 0x100000>;  /* 1024 KiB */
29                                 };
30                         };
31                 };
32         };
33 };