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; }; };