linux-imx/include/dt-bindings/reset/imx8ulp-sim-reset.h
Liu Ying b048f5c313 MLK-25532-1 dt-bindings: reset: Add i.MX8ulp SIM (System Integration Module) reset binding
This patch adds bindings for reset controller in
i.MX8ulp SIM (System Integration Module).

Cc: Dong Aisheng <aisheng.dong@nxp.com>
Cc: Leo Li <leoyang.li@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
2023-10-30 16:09:56 +08:00

17 lines
335 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2021 NXP
*/
#ifndef DT_BINDING_RESET_IMX8ULP_SIM_H
#define DT_BINDING_RESET_IMX8ULP_SIM_H
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_DPI_N 0
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_ESC_N 1
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_BYTE_N 2
#define IMX8ULP_SIM_RESET_NUM 3
#endif