Heiko Stuebner | d94e57b | 2024-08-02 23:00:28 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2023 Collabora Ltd. | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3588-u-boot.dtsi" | ||||
7 | |||||
8 | &fspim2_pins { | ||||
9 | bootph-pre-ram; | ||||
10 | bootph-some-ram; | ||||
11 | }; | ||||
12 | |||||
13 | &sfc { | ||||
14 | flash@0 { | ||||
15 | bootph-pre-ram; | ||||
16 | bootph-some-ram; | ||||
17 | }; | ||||
18 | }; | ||||
19 | |||||
20 | &vcc3v3_mkey { | ||||
21 | regulator-always-on; | ||||
22 | }; |