2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2024-12-25 12:33:41 +00:00
u-boot/arch/x86/dts/serial.dtsi

11 lines
175 B
Text
Raw Normal View History

/ {
serial: serial {
u-boot,dm-pre-reloc;
compatible = "ns16550";
reg = <0x3f8 8>;
reg-shift = <0>;
clock-frequency = <1843200>;
current-speed = <115200>;
};
};