ipq806x: fix pci broken on bootm command
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / falcon_lantiq_easy98000-nand.dts
1 #include "falcon_lantiq_easy98000.dtsi"
2
3 / {
4 model = "Lantiq Falcon (NAND)";
5 compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
6
7 aliases {
8 spi0 = &spi;
9 };
10 };
11
12 &ebu_cs0 {
13 flash@0 {
14 compatible = "gen_nand", "lantiq,nand-falcon";
15 bank-width = <1>;
16 reg = <0x0 0x40000>;
17 #address-cells = <1>;
18 #size-cells = <1>;
19 bbt-use-flash;
20
21 partition@0 {
22 label = "uboot";
23 reg = <0x00000 0x40000>;
24 };
25
26 partition@10000 {
27 label = "u-boot-env";
28 reg = <0x40000 0x40000>;
29 };
30
31 partition@20000 {
32 label = "linux";
33 reg = <0x80000 0x3d0000>;
34 };
35 };
36 };