1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2022 Rockchip Electronics Co., Ltd. 4 */ 5 6#include "rv1106-thunder-boot.dtsi" 7 8/ { 9 thunder_boot_spi_nor: thunder-boot-spi-nor { 10 compatible = "rockchip,thunder-boot-sfc"; 11 reg = <0xffac0000 0x4000>; 12 memory-region-src = <&ramdisk_c>; 13 memory-region-dst = <&ramdisk_r>; 14 }; 15}; 16