mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
2712f08898
This contains just the minimum information for a coreboot-based board. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
16 lines
217 B
Text
16 lines
217 B
Text
/include/ "skeleton.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
console = "/serial";
|
|
};
|
|
|
|
serial {
|
|
compatible = "ns16550";
|
|
reg-shift = <1>;
|
|
io-mapped = <1>;
|
|
multiplier = <1>;
|
|
baudrate = <115200>;
|
|
status = "disabled";
|
|
};
|
|
};
|