blob: 7ad11e9faab2f6686d07636fc54dfd3858258f85 [file] [log] [blame]
Sam Protsenko29c80272024-01-10 21:09:08 -06001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2023 Linaro Ltd.
4 */
5
6&cmu_top {
7 bootph-all;
8};
9
10&cmu_peri {
11 bootph-all;
12};
13
14&oscclk {
15 bootph-all;
16};
17
18&pinctrl_alive {
19 bootph-all;
20};
21
22&pmu_system_controller {
23 bootph-all;
24 samsung,uart-debug-1;
25};
26
27&serial_0 {
28 bootph-all;
29};
30
31&uart1_pins {
32 bootph-all;
33};
34
35&usi_uart {
36 bootph-all;
37};