15def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-or-later OR MIT */ 25def4c47SEmmanuel Vadot 35def4c47SEmmanuel Vadot #ifndef __DT_BINDINGS_SOC_BCM_PMB_H 45def4c47SEmmanuel Vadot #define __DT_BINDINGS_SOC_BCM_PMB_H 55def4c47SEmmanuel Vadot 65def4c47SEmmanuel Vadot #define BCM_PMB_PCIE0 0x01 75def4c47SEmmanuel Vadot #define BCM_PMB_PCIE1 0x02 85def4c47SEmmanuel Vadot #define BCM_PMB_PCIE2 0x03 95def4c47SEmmanuel Vadot #define BCM_PMB_HOST_USB 0x04 10*2eb4d8dcSEmmanuel Vadot #define BCM_PMB_SATA 0x05 115def4c47SEmmanuel Vadot 125def4c47SEmmanuel Vadot #endif 13