Skip to content
Snippets Groups Projects
Commit de534e27 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(device-tree):Add UIO compatibility for AXI APP node

* This generate a UIO device for the APP area.
* UIO is accessible in /dev/axiapp
parent f522a2c6
Branches
No related tags found
No related merge requests found
......@@ -9,5 +9,9 @@
reg = < 0xA0820000 0x20 >;
};
};
&ins_bsp_fmc2zup_system_p_m_axi_app1 {
compatible = "generic-uio";
linux,uio-name = "axiapp";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment