mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

Update defconfig to enable features included in pending upstream DT and implement board_fit_config_name_match() to load correct DT for LTS and non-LTS version of the NanoPC-T6. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
24 lines
317 B
Text
24 lines
317 B
Text
// 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;
|
|
};
|
|
};
|