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.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index 9283b09..1bfc5d5 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -27,6 +27,20 @@
reg = <0xfffc0000 0x40000>;
};
+&amba {
+ plfb: sram@40000000 {
+ compatible = "jmm,frame-buffer-device";
+ reg = <0x40000000 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x80000000 0x10000>;
+ plfb@0 {
+ reg = <0x0 0x10000>;
+ };
+ };
+};
+
+