mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
166 B
Text
10 lines
166 B
Text
/ {
|
|
serial: serial {
|
|
bootph-all;
|
|
compatible = "ns16550";
|
|
reg = <0x3f8 8>;
|
|
reg-shift = <0>;
|
|
clock-frequency = <1843200>;
|
|
current-speed = <115200>;
|
|
};
|
|
};
|