xref: /openbmc/linux/scripts/dtc/include-prefixes/dt-bindings/power/imx7-power.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
22d9eb1ddSAndrey Smirnov /*
32d9eb1ddSAndrey Smirnov  *  Copyright (C) 2017 Impinj
42d9eb1ddSAndrey Smirnov  */
52d9eb1ddSAndrey Smirnov 
62d9eb1ddSAndrey Smirnov #ifndef __DT_BINDINGS_IMX7_POWER_H__
72d9eb1ddSAndrey Smirnov #define __DT_BINDINGS_IMX7_POWER_H__
82d9eb1ddSAndrey Smirnov 
92d9eb1ddSAndrey Smirnov #define IMX7_POWER_DOMAIN_MIPI_PHY		0
102d9eb1ddSAndrey Smirnov #define IMX7_POWER_DOMAIN_PCIE_PHY		1
112d9eb1ddSAndrey Smirnov #define IMX7_POWER_DOMAIN_USB_HSIC_PHY		2
122d9eb1ddSAndrey Smirnov 
132d9eb1ddSAndrey Smirnov #endif
14