summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/ebaz4205')
-rw-r--r--fpga/ebaz4205/src/ebaz4205-zynq7.dts25
1 files changed, 20 insertions, 5 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index e0f833f..39c059f 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -41,17 +41,32 @@
};
uart2: serial@80000000 {
- compatible = "jmm,serial-test";
-// compatible = "serial";
-// status = "okay";
- reg = <0x80000000 0x2000>;
- ranges = <0 0x80000000 0x2000>;
+// compatible = "jmm,serial-test";
+ compatible = "ns16550";
+ status = "okay";
+ reg = <0x80000000 0x1000>;
+ reg-shift = <2>;
+ clock-frequency = <1843200>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ iinterrupt-parent = <&intc>;
+ interrupts = <0 29 4>;
+ };
+ uart3: serial@80001000 {
+// compatible = "jmm,serial-test";
+ compatible = "ns16550";
+ status = "okay";
+ reg = <0x80001000 0x1000>;
+ reg-shift = <2>;
clock-frequency = <1843200>;
#address-cells = <1>;
#size-cells = <1>;
+ iinterrupt-parent = <&intc>;
+ interrupts = <0 30 4>;
};
+
};