blob: c8dc4cec3c99aac8edf1cbd9186ca900223bc241 [file] [log] [blame]
Simon Glass791f61b2012-12-03 13:56:51 +00001/include/ "skeleton.dtsi"
2
3/ {
Simon Glass60cebe52014-10-10 07:49:20 -06004 chosen {
5 stdout-path = "/serial";
Simon Glass791f61b2012-12-03 13:56:51 +00006 };
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};