blob: 99022eb21ecc6bf56d99cda42117facf0963e08a [file] [log] [blame]
Simon Glass791f61b2012-12-03 13:56:51 +00001/ {
Simon Glass4a56f102015-01-27 22:13:47 -07002 serial: serial {
Simon Glassd3a98cb2023-02-13 08:56:33 -07003 bootph-all;
Thomas Choub0245de2015-11-19 21:48:06 +08004 compatible = "ns16550";
Bin Mengaea05d82014-12-24 13:06:39 +08005 reg = <0x3f8 8>;
Simon Glass1fad1462014-10-10 07:49:19 -06006 reg-shift = <0>;
Bin Mengb2cfbd62014-12-31 16:05:13 +08007 clock-frequency = <1843200>;
8 current-speed = <115200>;
Simon Glass791f61b2012-12-03 13:56:51 +00009 };
10};