blob: c989152887cb4458e79040b27d90090b340d1d1d [file] [log] [blame]
Simon Glass791f61b2012-12-03 13:56:51 +00001/include/ "skeleton.dtsi"
2
3/ {
4 aliases {
5 console = "/serial";
6 };
7
8 serial {
Simon Glass1fad1462014-10-10 07:49:19 -06009 compatible = "coreboot-uart";
10 reg = <0x3f8 0x10>;
11 reg-shift = <0>;
Simon Glass791f61b2012-12-03 13:56:51 +000012 io-mapped = <1>;
13 multiplier = <1>;
14 baudrate = <115200>;
15 status = "disabled";
16 };
17};