summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp/device-tree
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2024-07-23 17:05:47 +0100
committerMark Hatle <mark.hatle@amd.com>2024-07-28 18:11:29 -0500
commitbce34c2bca35da0cd48c4f11f6fac09aecde7ed5 (patch)
tree54409032a6fa1f2811bfe6bd3b466c3bf5dab5e1 /meta-xilinx-bsp/recipes-bsp/device-tree
parentd0336af369dc0479559345a9bf2741909780a81d (diff)
downloadmeta-xilinx-bce34c2bca35da0cd48c4f11f6fac09aecde7ed5.tar.gz
device-tree: Move zcu111 dtsi to meta-xilinx-bsp
This dtsi is required for the sdfec application and will be removed when the design has been updated Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/device-tree')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend5
-rw-r--r--meta-xilinx-bsp/recipes-bsp/device-tree/files/system-zcu111.dtsi11
2 files changed, 16 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend
index 7acda75e..35485c21 100644
--- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend
@@ -7,3 +7,8 @@ SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts"
7EXTRA_OVERLAYS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'provencore', ' pnc.dtsi', '', d)}" 7EXTRA_OVERLAYS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'provencore', ' pnc.dtsi', '', d)}"
8 8
9EXTRA_OVERLAYS:append:vek280-versal = " system-vek280.dtsi" 9EXTRA_OVERLAYS:append:vek280-versal = " system-vek280.dtsi"
10
11SDFEC_EXTRA_OVERLAYS ??= ""
12SDFEC_EXTRA_OVERLAYS:zcu111-zynqmp = "system-zcu111.dtsi"
13
14EXTRA_OVERLAYS:append:zcu111-zynqmp = "${@' ${SDFEC_EXTRA_OVERLAYS}' if d.getVar('ENABLE_SDFEC_DT') == '1' else ''}"
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-zcu111.dtsi b/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-zcu111.dtsi
new file mode 100644
index 00000000..870f13a8
--- /dev/null
+++ b/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-zcu111.dtsi
@@ -0,0 +1,11 @@
1/ {
2/* Add Board specific PL gpio-line-names wrt design to have sdfec functional */
3 amba_pl: pl-bus {
4 axi_gpio: gpio@a00c0000 {
5 gpio-line-names = "LED0","LED1";
6 };
7 gpio_reset: gpio@a00c1000 {
8 gpio-line-names = "RESET";
9 };
10 };
11};