Skip to content

Commit 2985e76

Browse files
Luo Jieandersson
authored andcommitted
dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
Add the NSSNOC master/slave ids for Qualcomm IPQ5424 network subsystem (NSS) hardware blocks. These will be used by the gcc-ipq5424 driver that provides the interconnect services by using the icc-clk framework. Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Luo Jie <quic_luoj@quicinc.com> Acked-by: Georgi Djakov <djakov@kernel.org> Link: https://lore.kernel.org/r/20251014-qcom_ipq5424_nsscc-v7-3-081f4956be02@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent fbfbc68 commit 2985e76

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

include/dt-bindings/interconnect/qcom,ipq5424.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
#define SLAVE_CNOC_PCIE3 15
2121
#define MASTER_CNOC_USB 16
2222
#define SLAVE_CNOC_USB 17
23+
#define MASTER_NSSNOC_NSSCC 18
24+
#define SLAVE_NSSNOC_NSSCC 19
25+
#define MASTER_NSSNOC_SNOC_0 20
26+
#define SLAVE_NSSNOC_SNOC_0 21
27+
#define MASTER_NSSNOC_SNOC_1 22
28+
#define SLAVE_NSSNOC_SNOC_1 23
29+
#define MASTER_NSSNOC_PCNOC_1 24
30+
#define SLAVE_NSSNOC_PCNOC_1 25
31+
#define MASTER_NSSNOC_QOSGEN_REF 26
32+
#define SLAVE_NSSNOC_QOSGEN_REF 27
33+
#define MASTER_NSSNOC_TIMEOUT_REF 28
34+
#define SLAVE_NSSNOC_TIMEOUT_REF 29
35+
#define MASTER_NSSNOC_XO_DCD 30
36+
#define SLAVE_NSSNOC_XO_DCD 31
37+
#define MASTER_NSSNOC_ATB 32
38+
#define SLAVE_NSSNOC_ATB 33
39+
#define MASTER_CNOC_LPASS_CFG 34
40+
#define SLAVE_CNOC_LPASS_CFG 35
41+
#define MASTER_SNOC_LPASS 36
42+
#define SLAVE_SNOC_LPASS 37
2343

2444
#define MASTER_CPU 0
2545
#define SLAVE_L3 1

0 commit comments

Comments
 (0)