blob: 1e5c2674e49f60c6a31e11cdb969e545b2bee9b7 [file] [log] [blame]
Heiko Stuebnerd94e57b2024-08-02 23:00:28 +02001// 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};