summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205/src
diff options
context:
space:
mode:
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>;
};
};
};