From 8f4f46fc1aa2dc3d321a71f21eb522a8f71028df Mon Sep 17 00:00:00 2001 From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr> Date: Wed, 8 Feb 2023 14:54:20 +0100 Subject: [PATCH] Manually append debug_bridge to pl-conf.dtsi * As we don't use block design, this IP is not detected automatically. * The IP is located at a fixed address on the bus. --- .../device-tree/files/damc-fmc2zup/pl-conf.dtsi | 13 +++++++++++++ 1 file changed, 13 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 e69de29..667f705 100644 --- a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi +++ b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi @@ -0,0 +1,13 @@ + + +/ { + + debug_bridge_0@0xA0820000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "xlnx,xvc"; + reg = < 0xA0820000 0x20 >; + }; + + +}; -- GitLab