blob: f4f26add2a415b6cef7b7915b23dbd2f26ea62a1 [file] [log] [blame]
Patrice Chotardca7289e2023-10-27 16:43:03 +02001// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
2/*
3 * Copyright : STMicroelectronics 2023
4 */
5
6/ {
7 aliases {
8 gpio0 = &gpioa;
9 gpio1 = &gpiob;
10 gpio2 = &gpioc;
11 gpio3 = &gpiod;
12 gpio4 = &gpioe;
13 gpio5 = &gpiof;
14 gpio6 = &gpiog;
15 gpio7 = &gpioh;
16 gpio8 = &gpioi;
17 gpio9 = &gpioj;
18 gpio10 = &gpiok;
19 gpio25 = &gpioz;
20 pinctrl0 = &pinctrl;
21 pinctrl1 = &pinctrl_z;
22 };
23
24 firmware {
25 optee {
26 bootph-all;
27 };
28 };
29
30 /* need PSCI for sysreset during board_f */
31 psci {
32 bootph-all;
33 };
34
35 soc@0 {
36 bootph-all;
37 };
38};
39
40&gpioa {
41 bootph-all;
42};
43
44&gpiob {
45 bootph-all;
46};
47
48&gpioc {
49 bootph-all;
50};
51
52&gpiod {
53 bootph-all;
54};
55
56&gpioe {
57 bootph-all;
58};
59
60&gpiof {
61 bootph-all;
62};
63
64&gpiog {
65 bootph-all;
66};
67
68&gpioh {
69 bootph-all;
70};
71
72&gpioi {
73 bootph-all;
74};
75
76&gpioj {
77 bootph-all;
78};
79
80&gpiok {
81 bootph-all;
82};
83
84&gpioz {
85 bootph-all;
86};
87
88&pinctrl {
89 bootph-all;
90};
91
92&rifsc {
93 bootph-all;
94};
95
96&scmi_clk {
97 bootph-all;
98};
99
100&syscfg {
101 bootph-all;
102};