mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 01:03:05 +00:00
13 lines
230 B
C
13 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
|