mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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 \
|
||||
|
||||
26
arch/arm/boot/dts/rv1106g-evb1-v10-spi-nand.dts
Normal file
26
arch/arm/boot/dts/rv1106g-evb1-v10-spi-nand.dts
Normal 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>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user