|
@@ -372,7 +372,7 @@
|
|
};
|
|
};
|
|
|
|
|
|
uart1: uart@48020000 {
|
|
uart1: uart@48020000 {
|
|
- compatible = "ti,omap3-uart";
|
|
|
|
|
|
+ compatible = "ti,am3352-uart", "ti,omap3-uart";
|
|
ti,hwmods = "uart1";
|
|
ti,hwmods = "uart1";
|
|
reg = <0x48020000 0x2000>;
|
|
reg = <0x48020000 0x2000>;
|
|
clock-frequency = <48000000>;
|
|
clock-frequency = <48000000>;
|
|
@@ -382,7 +382,7 @@
|
|
};
|
|
};
|
|
|
|
|
|
uart2: uart@48022000 {
|
|
uart2: uart@48022000 {
|
|
- compatible = "ti,omap3-uart";
|
|
|
|
|
|
+ compatible = "ti,am3352-uart", "ti,omap3-uart";
|
|
ti,hwmods = "uart2";
|
|
ti,hwmods = "uart2";
|
|
reg = <0x48022000 0x2000>;
|
|
reg = <0x48022000 0x2000>;
|
|
clock-frequency = <48000000>;
|
|
clock-frequency = <48000000>;
|
|
@@ -392,7 +392,7 @@
|
|
};
|
|
};
|
|
|
|
|
|
uart3: uart@48024000 {
|
|
uart3: uart@48024000 {
|
|
- compatible = "ti,omap3-uart";
|
|
|
|
|
|
+ compatible = "ti,am3352-uart", "ti,omap3-uart";
|
|
ti,hwmods = "uart3";
|
|
ti,hwmods = "uart3";
|
|
reg = <0x48024000 0x2000>;
|
|
reg = <0x48024000 0x2000>;
|
|
clock-frequency = <48000000>;
|
|
clock-frequency = <48000000>;
|