mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
0da3d96e10
Add the DTSi file and DT header files for i.MX93 SoC Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
230 B
C
12 lines
230 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright 2021 NXP
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_IMX93_POWER_H__
|
|
#define __DT_BINDINGS_IMX93_POWER_H__
|
|
|
|
#define IMX93_POWER_DOMAIN_MLMIX 0
|
|
#define IMX93_POWER_DOMAIN_MEDIAMIX 1
|
|
|
|
#endif
|