diff options
Diffstat (limited to 'arch/x86/dts/serial.dtsi')
-rw-r--r-- | arch/x86/dts/serial.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/dts/serial.dtsi b/arch/x86/dts/serial.dtsi new file mode 100644 index 0000000000..9b097f4f9b --- /dev/null +++ b/arch/x86/dts/serial.dtsi @@ -0,0 +1,9 @@ +/ { + serial { + compatible = "x86-uart"; + reg = <0x3f8 8>; + reg-shift = <0>; + clock-frequency = <1843200>; + current-speed = <115200>; + }; +}; |