xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/power/imx7-power.h (revision 2f7b0de1de4749e24608fc89a2db63e723c253d2)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  Copyright (C) 2017 Impinj
4  */
5 
6 #ifndef __DT_BINDINGS_IMX7_POWER_H__
7 #define __DT_BINDINGS_IMX7_POWER_H__
8 
9 #define IMX7_POWER_DOMAIN_MIPI_PHY		0
10 #define IMX7_POWER_DOMAIN_PCIE_PHY		1
11 #define IMX7_POWER_DOMAIN_USB_HSIC_PHY		2
12 
13 #endif
14