1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2022 Rockchip Electronics Co., Ltd. 4 */ 5 6/dts-v1/; 7 8#include "rv1106g-evb1-v10.dts" 9 10/ { 11 model = "Rockchip RV1106G EVB1 V10 Board"; 12 compatible = "rockchip,rv1106g-evb1-v10-spi-nand", "rockchip,rv1106"; 13}; 14 15&sfc { 16 status = "okay"; 17 18 flash@0 { 19 compatible = "spi-nand"; 20 reg = <0>; 21 spi-max-frequency = <75000000>; 22 spi-rx-bus-width = <4>; 23 spi-tx-bus-width = <1>; 24 }; 25}; 26