blob: 0c8e95b34163206ac3dcd625b4867bdb73be2086 [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
Patrick Delaunayd5c1f202024-01-15 15:05:44 +010040&bsec {
41 bootph-all;
42};
43
Patrice Chotardca7289e2023-10-27 16:43:03 +020044&gpioa {
45 bootph-all;
46};
47
48&gpiob {
49 bootph-all;
50};
51
52&gpioc {
53 bootph-all;
54};
55
56&gpiod {
57 bootph-all;
58};
59
60&gpioe {
61 bootph-all;
62};
63
64&gpiof {
65 bootph-all;
66};
67
68&gpiog {
69 bootph-all;
70};
71
72&gpioh {
73 bootph-all;
74};
75
76&gpioi {
77 bootph-all;
78};
79
80&gpioj {
81 bootph-all;
82};
83
84&gpiok {
85 bootph-all;
86};
87
88&gpioz {
89 bootph-all;
90};
91
92&pinctrl {
93 bootph-all;
94};
95
96&rifsc {
97 bootph-all;
98};
99
100&scmi_clk {
101 bootph-all;
102};
103
104&syscfg {
105 bootph-all;
106};