diff options
author | Tanmay Shah <tanmay.shah@amd.com> | 2022-11-15 00:39:35 +0100 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2022-11-25 17:08:45 +0100 |
commit | ba4fde74fc7fdd5ef37066a42721f37621cb80f2 (patch) | |
tree | 490bc0fb72dc717a35f69f7e683e2912a47a2bf4 /include | |
parent | remoteproc: core: Use device_match_of_node() (diff) | |
download | linux-ba4fde74fc7fdd5ef37066a42721f37621cb80f2.tar.xz linux-ba4fde74fc7fdd5ef37066a42721f37621cb80f2.zip |
dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
Xilinx ZynqMP platform has dual-core ARM Cortex R5 Realtime Processing
Unit(RPU) subsystem. This patch adds dt-bindings for RPU subsystem
(cluster).
Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221114233940.2096237-2-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/power/xlnx-zynqmp-power.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/power/xlnx-zynqmp-power.h b/include/dt-bindings/power/xlnx-zynqmp-power.h index 0d9a412fd5e0..618024cbb20d 100644 --- a/include/dt-bindings/power/xlnx-zynqmp-power.h +++ b/include/dt-bindings/power/xlnx-zynqmp-power.h @@ -6,6 +6,12 @@ #ifndef _DT_BINDINGS_ZYNQMP_POWER_H #define _DT_BINDINGS_ZYNQMP_POWER_H +#define PD_RPU_0 7 +#define PD_RPU_1 8 +#define PD_R5_0_ATCM 15 +#define PD_R5_0_BTCM 16 +#define PD_R5_1_ATCM 17 +#define PD_R5_1_BTCM 18 #define PD_USB_0 22 #define PD_USB_1 23 #define PD_TTC_0 24 |