From d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Nov 2025 01:26:34 +0000 Subject: working xbar switch --- fpga/ebaz4205/src/ebaz4205-zynq7.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'fpga/ebaz4205/src') diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts index eb5e3ac..cfeeaa0 100644 --- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts +++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts @@ -29,6 +29,7 @@ &amba { plfb: sram@40000000 { + status = "okay"; compatible = "jmm,frame-buffer-device"; reg = <0x40000000 0x40000>; #address-cells = <1>; @@ -38,6 +39,19 @@ reg = <0x0 0x40000>; }; }; + + uart2: serial@80000000 { + compatible = "jmm,serial-test"; +// compatible = "serial"; + status = "okay"; + reg = <0x80000000 0x2000>; + ranges = <0 0x80000000 0x2000>; + clock-frequency = <1843200>; + #address-cells = <1>; + #size-cells = <1>; + }; + + }; -- cgit v1.2.3