u-boot-brain/arch/powerpc/dts/gdsys/soc/nor/flash-80k-partition.dtsi
Mario Six 96373c1d91 gazerbeam: Import Linux DT
Import the Linux device tree for the Gazerbeam board.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
2019-05-21 08:03:38 +02:00

21 lines
314 B
Plaintext

&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>;
};
};
};