summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205/src/ebaz4205-zynq7.dts
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/ebaz4205/src/ebaz4205-zynq7.dts')
-rw-r--r--fpga/ebaz4205/src/ebaz4205-zynq7.dts34
1 files changed, 26 insertions, 8 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index 22afe26..9283b09 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -5,15 +5,33 @@
/ {
};
-&amba {
-// ocm: sram@fffc0000 {
+
+//&amba {
+// ocm: sram@fffc0000 {
// compatible = "mmio-sram";
-// reg = <0xfffc0000 0x40000>;
-// };
+// reg = <0xfffc0000 0x10000>;
+// #address-cells = <1>;
+// #size-cells = <1>;
+// ranges = <0 0xfffc0000 0x10000>;
+// ocm-sram@0 {
+// reg = <0x0 0x10000>;
+// };
+// }
+//};
+
- ocm: ocm@fffc0000 {
- compatible = "xlnx,zynq-ocm-1.0";
- reg = <0xfffc0000 0x40000>;
- };
+&ocm {
+ compatible = "jmm,video-capture-device";
+ status = "okay";
+ gpios = <&gpio0 56 0>;
+ reg = <0xfffc0000 0x40000>;
};
+
+
+
+//&clkc {
+// fclk-enable = <0xf>;
+// ps-clk-frequency = <666666666>;
+//};
+