summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205/src
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-11-12 22:54:09 +0000
committerroot <root@new-fish.medaka.james.internal>2025-11-12 22:54:09 +0000
commitd584763fed1232f395f5bd33adafba344243bb9f (patch)
treee8c6d9e0fdb2ca34e273afa12f731de08ae0dfd4 /fpga/ebaz4205/src
parent328509b343b38f6479b0006962c1513fb3bc157d (diff)
downloadhp_instrument_lcds-d584763fed1232f395f5bd33adafba344243bb9f.tar.gz
hp_instrument_lcds-d584763fed1232f395f5bd33adafba344243bb9f.tar.bz2
hp_instrument_lcds-d584763fed1232f395f5bd33adafba344243bb9f.zip
working frame buffer
Diffstat (limited to 'fpga/ebaz4205/src')
-rw-r--r--fpga/ebaz4205/src/ebaz4205-zynq7.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index 1bfc5d5..eb5e3ac 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -30,12 +30,12 @@
&amba {
plfb: sram@40000000 {
compatible = "jmm,frame-buffer-device";
- reg = <0x40000000 0x10000>;
+ reg = <0x40000000 0x40000>;
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0 0x80000000 0x10000>;
+ ranges = <0 0x40000000 0x40000>;
plfb@0 {
- reg = <0x0 0x10000>;
+ reg = <0x0 0x40000>;
};
};
};