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

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

	serial {
		compatible = "coreboot-uart";
		reg = <0x3f8 0x10>;
		reg-shift = <0>;
		io-mapped = <1>;
		multiplier = <1>;
		baudrate = <115200>;
		status = "disabled";
	};
};
OpenPOWER on IntegriCloud