11.1Sjmcneill/* $NetBSD: imx7-power.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $ */ 21.1Sjmcneill 31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2017 Impinj 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef __DT_BINDINGS_IMX7_POWER_H__ 91.1Sjmcneill#define __DT_BINDINGS_IMX7_POWER_H__ 101.1Sjmcneill 111.1Sjmcneill#define IMX7_POWER_DOMAIN_MIPI_PHY 0 121.1Sjmcneill#define IMX7_POWER_DOMAIN_PCIE_PHY 1 131.1Sjmcneill#define IMX7_POWER_DOMAIN_USB_HSIC_PHY 2 141.1Sjmcneill 151.1Sjmcneill#endif 16