-
Notifications
You must be signed in to change notification settings - Fork 0
/
argsort_axi.dts
53 lines (48 loc) · 1.05 KB
/
argsort_axi.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/dts-v1/; /plugin/;
/ {
fragment@0 {
target-path = "/fpga-full";
__overlay__ {
firmware-name = "argsort_axi.bin";
};
};
fragment@1 {
target-path = "/amba_pl@0";
__overlay__ {
afi0 {
compatible = "xlnx,afi-fpga";
config-afi = <0 0>, <1 0>, <14 0x200>;
};
};
};
fragment@2 {
target-path = "/amba_pl@0";
#address-cells = <2>;
#size-cells = <2>;
__overlay__ {
#address-cells = <2>;
#size-cells = <2>;
uio_argsort {
compatible = "generic-uio";
reg = <0x0 0xA0001000 0x0 0x00001000>;
interrupt-parent = <&gic>;
interrupts = <0 89 4>;
};
udmabuf_argsort_in {
compatible = "ikwzm,u-dma-buf";
device-name = "udmabuf-argsort-in";
size = <0x02000000>;
};
udmabuf_argsort_out {
compatible = "ikwzm,u-dma-buf";
device-name = "udmabuf-argsort-out";
size = <0x02000000>;
};
udmabuf_argsort_tmp {
compatible = "ikwzm,u-dma-buf";
device-name = "udmabuf-argsort-tmp";
size = <0x08000000>;
};
};
} ;
} ;