diff options
| author | root <root@new-fish.medaka.james.internal> | 2025-11-16 01:26:34 +0000 |
|---|---|---|
| committer | root <root@new-fish.medaka.james.internal> | 2025-11-16 01:26:34 +0000 |
| commit | d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2 (patch) | |
| tree | 939f460bea6736e8a819ce3d234f0f78f073403b /fpga/ebaz4205/src | |
| parent | 9efd088a248f22ffe8df3814b9e297911a5b739a (diff) | |
| download | hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.tar.gz hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.tar.bz2 hp_instrument_lcds-d742c2c0cc373ce66bfdad36d05b7cf2ab6a5ea2.zip | |
working xbar switch
Diffstat (limited to 'fpga/ebaz4205/src')
| -rw-r--r-- | fpga/ebaz4205/src/ebaz4205-zynq7.dts | 14 |
1 files changed, 14 insertions, 0 deletions
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>; + }; + + }; |
