From de534e2766bea8fd20ea49755568370e2139f1d0 Mon Sep 17 00:00:00 2001 From: Romain BROUCQUART <romain.broucquart@synchrotron-soleil.fr> Date: Tue, 21 Feb 2023 09:21:31 +0100 Subject: [PATCH] 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 --- recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi index 667f705..00cfcd4 100644 --- a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi +++ b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi @@ -9,5 +9,9 @@ reg = < 0xA0820000 0x20 >; }; +}; +&ins_bsp_fmc2zup_system_p_m_axi_app1 { + compatible = "generic-uio"; + linux,uio-name = "axiapp"; }; -- GitLab