Weijie Gao | 96b381e | 2023-07-19 17:17:49 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (c) 2022 MediaTek Inc. | ||||
4 | * Author: Sam Shih <sam.shih@mediatek.com> | ||||
5 | */ | ||||
6 | |||||
7 | &system_clk { | ||||
8 | bootph-all; | ||||
9 | }; | ||||
10 | |||||
11 | &spi_clk { | ||||
12 | bootph-all; | ||||
13 | }; | ||||
14 | |||||
15 | &uart0 { | ||||
16 | bootph-all; | ||||
17 | }; | ||||
18 | |||||
19 | &uart1 { | ||||
20 | bootph-all; | ||||
21 | }; | ||||
22 | |||||
23 | &uart2 { | ||||
24 | bootph-all; | ||||
25 | }; |