ARM: dts: rockchip: rv1106g-evb1-v10: Support spinand dts

Change-Id: I711c7034753c3b659f4af01baebac1f3800c5821
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2022-03-21 15:22:54 +08:00
committed by Tao Huang
parent cfa5feae96
commit 2547122058
2 changed files with 27 additions and 0 deletions

View File

@@ -974,6 +974,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rv1103g-evb-v10.dtb \
rv1106g-38x38-ipc-v10.dtb \
rv1106g-evb1-v10.dtb \
rv1106g-evb1-v10-spi-nand.dtb \
rv1106g-evb2-v10.dtb \
rv1108-elgin-r1.dtb \
rv1108-evb.dtb \

View File

@@ -0,0 +1,26 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rv1106.dtsi"
#include "rv1106-evb-v10.dtsi"
/ {
model = "Rockchip RV1106G EVB1 V10 Board";
compatible = "rockchip,rv1106g-evb1-v10", "rockchip,rv1106";
};
&sfc {
status = "okay";
flash@0 {
compatible = "spi-nand";
reg = <0>;
spi-max-frequency = <75000000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <1>;
};
};