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