summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi
blob: 8465dcd4c9cd1d01eb7b4c8bc1607f1c55ee707b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2023 John Clark <inindev@gmail.com>
 *
 */

#include "rk3588-u-boot.dtsi"

&fspim1_pins {
	bootph-pre-ram;
	bootph-some-ram;
};

&saradc {
	bootph-pre-ram;
	vdd-microvolts = <1800000>;
};

&sfc {
	flash@0 {
		bootph-pre-ram;
		bootph-some-ram;
	};
};