mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
d78f7d8199
Add power domain nodes to DT. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Ye Li <ye.li@nxp.com> Cc: uboot-imx <uboot-imx@nxp.com>
15 lines
380 B
C
15 lines
380 B
C
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
|
/*
|
|
* Copyright (C) 2020 Compass Electronics Group, LLC
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_IMX8MN_POWER_H__
|
|
#define __DT_BINDINGS_IMX8MN_POWER_H__
|
|
|
|
#define IMX8MN_POWER_DOMAIN_HSIOMIX 0
|
|
#define IMX8MN_POWER_DOMAIN_OTG1 1
|
|
#define IMX8MN_POWER_DOMAIN_GPUMIX 2
|
|
#define IMX8MN_POWER_DOMAIN_DISPMIX 3
|
|
#define IMX8MN_POWER_DOMAIN_MIPI 4
|
|
|
|
#endif
|