Andre Przywara | 7514ed3 | 2018-07-04 14:16:36 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.io> |
| 3 | * |
| 4 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 5 | */ |
| 6 | |
| 7 | #ifndef _DT_BINDINGS_CLOCK_SUN8I_DE2_H_ |
| 8 | #define _DT_BINDINGS_CLOCK_SUN8I_DE2_H_ |
| 9 | |
| 10 | #define CLK_BUS_MIXER0 0 |
| 11 | #define CLK_BUS_MIXER1 1 |
| 12 | #define CLK_BUS_WB 2 |
| 13 | |
| 14 | #define CLK_MIXER0 6 |
| 15 | #define CLK_MIXER1 7 |
| 16 | #define CLK_WB 8 |
| 17 | |
Samuel Holland | e210ec0 | 2020-10-24 10:21:55 -0500 | [diff] [blame] | 18 | #define CLK_BUS_ROT 9 |
| 19 | #define CLK_ROT 10 |
| 20 | |
Andre Przywara | 7514ed3 | 2018-07-04 14:16:36 +0100 | [diff] [blame] | 21 | #endif /* _DT_BINDINGS_CLOCK_SUN8I_DE2_H_ */ |