18 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_BMIPS_BCM6318_PM_H4#define __DT_BINDINGS_BMIPS_BCM6318_PM_H5 6#define BCM6318_POWER_DOMAIN_PCIE 07#define BCM6318_POWER_DOMAIN_USB 18#define BCM6318_POWER_DOMAIN_EPHY0 29#define BCM6318_POWER_DOMAIN_EPHY1 310#define BCM6318_POWER_DOMAIN_EPHY2 411#define BCM6318_POWER_DOMAIN_EPHY3 512#define BCM6318_POWER_DOMAIN_LDO2P5 613#define BCM6318_POWER_DOMAIN_LDO2P9 714#define BCM6318_POWER_DOMAIN_SW1P0 815#define BCM6318_POWER_DOMAIN_PAD 916 17#endif /* __DT_BINDINGS_BMIPS_BCM6318_PM_H */18