mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-08 00:06:59 +02:00
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>
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
/ {
|
|
serial: serial {
|
|
bootph-all;
|
|
compatible = "ns16550";
|
|
reg = <0x3f8 8>;
|
|
reg-shift = <0>;
|
|
clock-frequency = <1843200>;
|
|
current-speed = <115200>;
|
|
};
|
|
};
|