summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset/imx8ulp-sim-reset.h
blob: b6b752fb1dc2ead04bb79777b8b46ac2d866c31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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