gazerbeam: Import Linux DT
[platform/kernel/u-boot.git] / arch / powerpc / dts / gdsys / soc / nor / flash-80k-partition.dtsi
1 &board_lbc {
2         flash@0,0 {
3                 #address-cells = <1>;
4                 #size-cells = <1>;
5                 compatible = "cfi-flash";
6                 reg = <0x0 0x0 0x100000>;
7                 bank-width = <2>;
8                 device-width = <1>;
9
10                 u-boot@0 {
11                         reg = <0x0 0x80000>;
12                 };
13                 env@80000 {
14                         reg = <0x80000 0x10000>;
15                 };
16                 env1@90000 {
17                         reg = <0x90000 0x10000>;
18                 };
19         };
20 };