mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-12 10:17:02 +02:00
Import the Linux device tree for the Gazerbeam board. Signed-off-by: Mario Six <mario.six@gdsys.cc>
21 lines
314 B
Plaintext
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>;
|
|
};
|
|
};
|
|
};
|