summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-31 09:47:30 -0400
committerTom Rini <trini@konsulko.com>2021-03-31 09:47:30 -0400
commitdb8b46120aed6554d1ff405260ea6d2cc2439fcc (patch)
tree40326d1f241593e0593f7168eda5a09f19ce49ae /include
parent7d23eb9260d5ce0ccb219a17cfc90c29101d4fa5 (diff)
parentc5465684b9c74780fdeb30568c586d824eafd75c (diff)
downloadu-boot-db8b46120aed6554d1ff405260ea6d2cc2439fcc.tar.gz
u-boot-db8b46120aed6554d1ff405260ea6d2cc2439fcc.tar.xz
u-boot-db8b46120aed6554d1ff405260ea6d2cc2439fcc.zip
Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
Xilinx changes for v2021.07 net: - Fix gem PCS support spi: - Small trivial fixes zynq: - Enable time/timer commands - Update bitmain platform - Several DT changes zynqmp: - Update clock driver - mini config alignments - Add/update psu_init for zcu208/zcu216/zc1275 - Several DT changes - Enable efi debug command (also for Versal)
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/dma/xlnx-zynqmp-dpdma.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/dt-bindings/dma/xlnx-zynqmp-dpdma.h b/include/dt-bindings/dma/xlnx-zynqmp-dpdma.h
new file mode 100644
index 0000000000..3719cda567
--- /dev/null
+++ b/include/dt-bindings/dma/xlnx-zynqmp-dpdma.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
+/*
+ * Copyright 2019 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
+ */
+
+#ifndef __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__
+#define __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__
+
+#define ZYNQMP_DPDMA_VIDEO0 0
+#define ZYNQMP_DPDMA_VIDEO1 1
+#define ZYNQMP_DPDMA_VIDEO2 2
+#define ZYNQMP_DPDMA_GRAPHICS 3
+#define ZYNQMP_DPDMA_AUDIO0 4
+#define ZYNQMP_DPDMA_AUDIO1 5
+
+#endif /* __DT_BINDINGS_DMA_XLNX_ZYNQMP_DPDMA_H__ */