summaryrefslogtreecommitdiffstats
path: root/arch/x86/dts/coreboot.dtsi
blob: 4862a59704e0deec573debe84c2c64363c357e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/include/ "skeleton.dtsi"

/ {
	aliases {
		console = "/serial";
	};

	serial {
		compatible = "ns16550";
		reg-shift = <1>;
		io-mapped = <1>;
		multiplier = <1>;
		baudrate = <115200>;
		status = "disabled";
	};
};
OpenPOWER on IntegriCloud