summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/gdsys/soc/nor/flash-80k-partition.dtsi
blob: c6cc1409e0df5facbe29bc3725da4ffac0498b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
&board_lbc {
	flash@0,0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "cfi-flash";
		reg = <0x0 0x0 0x100000>;
		bank-width = <2>;
		device-width = <1>;

		u-boot@0 {
			reg = <0x0 0x80000>;
		};
		env@80000 {
			reg = <0x80000 0x10000>;
		};
		env1@90000 {
			reg = <0x90000 0x10000>;
		};
	};
};