mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 07:21:23 +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>;
|
|
};
|
|
};
|