summaryrefslogtreecommitdiff
path: root/meta-xilinx/meta-xilinx-pynq/recipes-support/pynq-overlay/pynq-overlay/pynq_zynqmp.dtsi
blob: 4c389dae7e3a9237de828bd6f129c538f813f904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/dts-v1/;
/plugin/;

&{/amba} {
        xlnk {
                compatible = "xlnx,xlnk-1.0";
        };
        fabric@A0000000 {
                compatible = "generic-uio";
                reg = <0x0 0xA0001000 0x0 0x1000>;
                status = "okay";
                interrupt-parent = <&gic>;
                interrupts = <0 89 4>;
        };

};