|
@@ -13,6 +13,13 @@
|
|
|
/ {
|
|
|
compatible = "ti,omap3430", "ti,omap3";
|
|
|
|
|
|
+ aliases {
|
|
|
+ serial0 = &uart1;
|
|
|
+ serial1 = &uart2;
|
|
|
+ serial2 = &uart3;
|
|
|
+ serial3 = &uart4;
|
|
|
+ };
|
|
|
+
|
|
|
cpus {
|
|
|
cpu@0 {
|
|
|
compatible = "arm,cortex-a8";
|
|
@@ -59,5 +66,29 @@
|
|
|
interrupt-controller;
|
|
|
#interrupt-cells = <1>;
|
|
|
};
|
|
|
+
|
|
|
+ uart1: serial@0x4806a000 {
|
|
|
+ compatible = "ti,omap3-uart";
|
|
|
+ ti,hwmods = "uart1";
|
|
|
+ clock-frequency = <48000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart2: serial@0x4806c000 {
|
|
|
+ compatible = "ti,omap3-uart";
|
|
|
+ ti,hwmods = "uart2";
|
|
|
+ clock-frequency = <48000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart3: serial@0x49020000 {
|
|
|
+ compatible = "ti,omap3-uart";
|
|
|
+ ti,hwmods = "uart3";
|
|
|
+ clock-frequency = <48000000>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart4: serial@0x49042000 {
|
|
|
+ compatible = "ti,omap3-uart";
|
|
|
+ ti,hwmods = "uart4";
|
|
|
+ clock-frequency = <48000000>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|