mirror of
https://github.com/bmartini/zynq-axis.git
synced 2024-09-05 19:19:27 +08:00
7c4d49a809
This devicetree code is an altered version of the 'arch/arm/boot/dts/zynq-7000.dtsi' file found in the linux-xlnx Xilinx repo, master branch commit (da2d296bb6b89f7bc7644f6b552b9766ac1c17d5). The only thing that was added was the following axis node:- ``` axis: axis@43C00000 { compatible = "xlnx,axis-1.00"; reg = < 0x43C00000 0x10000 >; xlnx,num-mem = <0x1>; xlnx,num-reg = <0x20>; xlnx,s-axi-min-size = <0x1ff>; xlnx,slv-awidth = <0x20>; xlnx,slv-dwidth = <0x20>; }; ```