Root/target/linux/lantiq/image/EASY80920NOR.dts

1/dts-v1/;
2
3
4/include/ "EASY80920.dtsi"
5
6/ {
7    fpi@10000000 {
8        localbus@0 {
9            ranges = <0 0 0x0 0x3ffffff>;
10            nor-boot@0 {
11                compatible = "lantiq,nor";
12                bank-width = <2>;
13                reg = <0 0x0 0x2000000>;
14                #address-cells = <1>;
15                #size-cells = <1>;
16
17                partition@0 {
18                    label = "uboot";
19                    reg = <0x00000 0x10000>;
20                };
21
22                partition@10000 {
23                    label = "uboot_env";
24                    reg = <0x10000 0x10000>;
25                };
26
27                partition@20000 {
28                    label = "linux";
29                    reg = <0x20000 0x7e0000>;
30                };
31            };
32        };
33    };
34};
35

Archive Download this file



interactive