imx7-power.h revision 1.1.1.1
1/* $NetBSD: imx7-power.h,v 1.1.1.1 2017/07/27 18:10:50 jmcneill Exp $ */ 2 3/* 4 * Copyright (C) 2017 Impinj 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ 10 11#ifndef __DT_BINDINGS_IMX7_POWER_H__ 12#define __DT_BINDINGS_IMX7_POWER_H__ 13 14#define IMX7_POWER_DOMAIN_MIPI_PHY 0 15#define IMX7_POWER_DOMAIN_PCIE_PHY 1 16#define IMX7_POWER_DOMAIN_USB_HSIC_PHY 2 17 18#endif 19