mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 18:51:33 +02:00
18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
/include/ "skeleton.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = "/serial";
|
|
};
|
|
|
|
serial {
|
|
compatible = "x86-uart";
|
|
reg = <0x3f8 0x10>;
|
|
reg-shift = <0>;
|
|
io-mapped = <1>;
|
|
multiplier = <1>;
|
|
baudrate = <115200>;
|
|
status = "disabled";
|
|
};
|
|
};
|