brintos

brintos / linux-shallow public Read only

0
0
Text · 676 B · 9f7d0f1 Raw
25 lines · c
1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */2/*3 *  Copyright (C) 2018 Pengutronix, Lucas Stach <kernel@pengutronix.de>4 */5 6#ifndef __DT_BINDINGS_IMX8MQ_POWER_H__7#define __DT_BINDINGS_IMX8MQ_POWER_H__8 9#define IMX8M_POWER_DOMAIN_MIPI		010#define IMX8M_POWER_DOMAIN_PCIE1	111#define IMX8M_POWER_DOMAIN_USB_OTG1	212#define IMX8M_POWER_DOMAIN_USB_OTG2	313#define IMX8M_POWER_DOMAIN_DDR1		414#define IMX8M_POWER_DOMAIN_GPU		515#define IMX8M_POWER_DOMAIN_VPU		616#define IMX8M_POWER_DOMAIN_DISP		717#define IMX8M_POWER_DOMAIN_MIPI_CSI1	818#define IMX8M_POWER_DOMAIN_MIPI_CSI2	919#define IMX8M_POWER_DOMAIN_PCIE2	1020 21#define IMX8MQ_VPUBLK_PD_G1		022#define IMX8MQ_VPUBLK_PD_G2		123 24#endif25