···11// SPDX-License-Identifier: GPL-2.022/*33 * ti-sysc.c - Texas Instruments sysc interconnect target driver44+ *55+ * TI SoCs have an interconnect target wrapper IP for many devices. The wrapper66+ * IP manages clock gating, resets, and PM capabilities for the connected devices.77+ *88+ * Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/99+ *1010+ * Many features are based on the earlier omap_hwmod arch code with thanks to all1111+ * the people who developed and debugged the code over the years:1212+ *1313+ * Copyright (C) 2009-2011 Nokia Corporation1414+ * Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/415 */516617#include <linux/io.h>