blob: 4862a59704e0deec573debe84c2c64363c357e95 [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 {
9 compatible = "ns16550";
10 reg-shift = <1>;
11 io-mapped = <1>;
12 multiplier = <1>;
13 baudrate = <115200>;
14 status = "disabled";
15 };
16};