]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: zynq: dt: Updated devicetree for Zynq 7000 platform.
authorMoritz Fischer <moritz.fischer@ettus.com>
Fri, 16 Oct 2015 22:42:29 +0000 (15:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:57:16 +0000 (21:57 -0700)
Added addtional nodes required for FPGA Manager operation
of the Xilinx Zynq Devc configuration interface.

Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/zynq-7000.dtsi

index dc0457e40775270db427bf684db51cc071232f24..1a5220e05109022dda87912a0145666176f670e0 100644 (file)
                devcfg: devcfg@f8007000 {
                        compatible = "xlnx,zynq-devcfg-1.0";
                        reg = <0xf8007000 0x100>;
+                       interrupt-parent = <&intc>;
+                       interrupts = <0 8 4>;
+                       clocks = <&clkc 12>;
+                       clock-names = "ref_clk";
+                       syscon = <&slcr>;
                };
 
                global_timer: timer@f8f00200 {