blob: 8465dcd4c9cd1d01eb7b4c8bc1607f1c55ee707b [file] [log] [blame]
John Clarkd88366e2023-10-13 01:19:22 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 John Clark <inindev@gmail.com>
4 *
5 */
6
7#include "rk3588-u-boot.dtsi"
8
John Clarkd88366e2023-10-13 01:19:22 +00009&fspim1_pins {
Jonas Karlmanab956bb2024-04-22 06:28:50 +000010 bootph-pre-ram;
11 bootph-some-ram;
John Clarkd88366e2023-10-13 01:19:22 +000012};
13
Jonas Karlman5bbf0452024-10-17 20:00:27 +000014&saradc {
15 bootph-pre-ram;
16 vdd-microvolts = <1800000>;
17};
18
John Clarkd88366e2023-10-13 01:19:22 +000019&sfc {
John Clarkd88366e2023-10-13 01:19:22 +000020 flash@0 {
Jonas Karlmanab956bb2024-04-22 06:28:50 +000021 bootph-pre-ram;
22 bootph-some-ram;
John Clarkd88366e2023-10-13 01:19:22 +000023 };
24};