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

fix(devicetree): Fix UIO access for PL access

* The label name was not right.
parent 21704a25
Branches
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
}; };
ins_bsp_fmc2zup_system_p_m_axi_app: ins_bsp_fmc2zup_system_p_m_axi_app@a0800000 { ins_bsp_fmc2zup_system_p_m_axi_app: ins_bsp_fmc2zup_system_p_m_axi_app@a0800000 {
reg = <0x0 0xa0800000 0x0 0x800000>; reg = <0x0 0xa0800000 0x0 0x800000>;
compatible = "generic-uio";
linux,uio-name = "axiapp";
}; };
}; };
...@@ -27,7 +29,3 @@ ...@@ -27,7 +29,3 @@
}; };
&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