sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/arch/x86/dts/serial.dtsi

11 lines
175 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
/ {
serial: serial {
u-boot,dm-pre-reloc;
compatible = "ns16550";
reg = <0x3f8 8>;
reg-shift = <0>;
clock-frequency = <1843200>;
current-speed = <115200>;
};
};