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