summaryrefslogtreecommitdiff
path: root/arch/x86/dts/serial.dtsi
blob: 6865eed9dd1b6c9e03afe7a5a4e8e2f8ddb4af55 (plain)
1
2
3
4
5
6
7
8
9
/ {
	serial: serial {
		compatible = "x86-uart";
		reg = <0x3f8 8>;
		reg-shift = <0>;
		clock-frequency = <1843200>;
		current-speed = <115200>;
	};
};