blob: 0a1c451865eaa7f3259ca8acac8ecfbc86c59320 [file] [log] [blame]
Andreas Färber4ca3fbd2017-02-27 23:13:48 +01001/*
2 * Copyright (c) 2017 Andreas Färber
3 *
4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 */
6#ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
7#define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
8
9#define S500_PD_VDE 0
10#define S500_PD_VCE_SI 1
11#define S500_PD_USB2_1 2
12#define S500_PD_CPU2 3
13#define S500_PD_CPU3 4
14#define S500_PD_DMA 5
15#define S500_PD_DS 6
16#define S500_PD_USB3 7
17#define S500_PD_USB2_0 8
18
19#endif