summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205/src
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-11-16 03:13:36 +0000
committerroot <root@new-fish.medaka.james.internal>2025-11-16 03:13:36 +0000
commite192369be0f99cbb3f5ff3589259b02b0b542675 (patch)
treec10eeb24a9d07c1e315d67b8ed04990c36616bb9 /fpga/ebaz4205/src
parentaaaffdae114dd0bc086706d209dd358ac623bca8 (diff)
downloadhp_instrument_lcds-e192369be0f99cbb3f5ff3589259b02b0b542675.tar.gz
hp_instrument_lcds-e192369be0f99cbb3f5ff3589259b02b0b542675.tar.bz2
hp_instrument_lcds-e192369be0f99cbb3f5ff3589259b02b0b542675.zip
working serial ports
Diffstat (limited to 'fpga/ebaz4205/src')
-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>;
};
+
};