diff options
author | root <root@new-fish.medaka.james.internal> | 2025-09-04 18:20:23 +0100 |
---|---|---|
committer | root <root@new-fish.medaka.james.internal> | 2025-09-04 18:20:23 +0100 |
commit | a26678ba457c91b54f90a4a8588a2572fa6417c3 (patch) | |
tree | 57a95726f9353aac6da9064d54e490c6f99366d4 /fpga/ebaz4205/src | |
parent | b34b92737a5ecd4363417e8f8faf12011da8ae86 (diff) | |
download | hp_instrument_lcds-a26678ba457c91b54f90a4a8588a2572fa6417c3.tar.gz hp_instrument_lcds-a26678ba457c91b54f90a4a8588a2572fa6417c3.tar.bz2 hp_instrument_lcds-a26678ba457c91b54f90a4a8588a2572fa6417c3.zip |
ebaz4205 working with generic build system
Diffstat (limited to 'fpga/ebaz4205/src')
-rw-r--r-- | fpga/ebaz4205/src/ebaz4205-board.dtsi | 2 | ||||
-rw-r--r-- | fpga/ebaz4205/src/ebaz4205-zynq7.dts | 33 |
2 files changed, 26 insertions, 9 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-board.dtsi b/fpga/ebaz4205/src/ebaz4205-board.dtsi index 4820d9f..80733a0 100644 --- a/fpga/ebaz4205/src/ebaz4205-board.dtsi +++ b/fpga/ebaz4205/src/ebaz4205-board.dtsi @@ -29,7 +29,7 @@ gpios = <&gpio0 54 1>; default-state = "off"; }; - }; + }; buttons { compatible = "gpio-keys-polled"; diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts index 22afe26..0d3a7c1 100644 --- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts +++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts @@ -5,15 +5,32 @@ / { }; -&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>; }; + + + +//&clkc { +// fclk-enable = <0xf>; +// ps-clk-frequency = <666666666>; +//}; + |