|
@@ -305,7 +305,7 @@
|
|
serial0: serial@4500 {
|
|
serial0: serial@4500 {
|
|
cell-index = <0>;
|
|
cell-index = <0>;
|
|
device_type = "serial";
|
|
device_type = "serial";
|
|
- compatible = "ns16550";
|
|
|
|
|
|
+ compatible = "fsl,ns16550", "ns16550";
|
|
reg = <0x4500 0x100>; // reg base, size
|
|
reg = <0x4500 0x100>; // reg base, size
|
|
clock-frequency = <0>; // should we fill in in uboot?
|
|
clock-frequency = <0>; // should we fill in in uboot?
|
|
current-speed = <115200>;
|
|
current-speed = <115200>;
|
|
@@ -316,7 +316,7 @@
|
|
serial1: serial@4600 {
|
|
serial1: serial@4600 {
|
|
cell-index = <1>;
|
|
cell-index = <1>;
|
|
device_type = "serial";
|
|
device_type = "serial";
|
|
- compatible = "ns16550";
|
|
|
|
|
|
+ compatible = "fsl,ns16550", "ns16550";
|
|
reg = <0x4600 0x100>; // reg base, size
|
|
reg = <0x4600 0x100>; // reg base, size
|
|
clock-frequency = <0>; // should we fill in in uboot?
|
|
clock-frequency = <0>; // should we fill in in uboot?
|
|
current-speed = <115200>;
|
|
current-speed = <115200>;
|