blob: 597c1aa06ae52ce7986a2d4b03c260e46436beff [file] [log] [blame]
Tom Rini614edd82024-02-29 12:33:36 -05001/* 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