Commit 77f18a1f authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Abel Vesa
Browse files

dt-bindings: clock: vf610: Add definitions for MTIP L2 switch



This patch adds VF610_CLK_ESW and VF610_CLK_ESW_MAC_TAB{0123}
macros definitions for L2 switch.

Those definitions describe clocks for MoreThanIP switch IP block;
the switch itself and the MAC address lookup table clocks.

Signed-off-by: default avatarLukasz Majewski <lukma@nabladev.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20260129095442.1646748-4-lukma@nabladev.com


Signed-off-by: default avatarAbel Vesa <abel.vesa@oss.qualcomm.com>
parent 2f4788cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -197,5 +197,10 @@
#define VF610_CLK_TCON1			188
#define VF610_CLK_CAAM			189
#define VF610_CLK_CRC			190
#define VF610_CLK_ESW			191
#define VF610_CLK_ESW_MAC_TAB0		192
#define VF610_CLK_ESW_MAC_TAB1		193
#define VF610_CLK_ESW_MAC_TAB2		194
#define VF610_CLK_ESW_MAC_TAB3		195

#endif /* __DT_BINDINGS_CLOCK_VF610_H */