xref: /OK3568_Linux_fs/kernel/arch/arm/boot/dts/rv1106g-evb1-v11-facial-gate.dts (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Rockchip Electronics Co., Ltd.
4 */
5
6/dts-v1/;
7
8#include "rv1106g-evb1-rgb-display-v11.dts"
9
10/ {
11	model = "Rockchip RV1106G EVB1 V11 Board For Facial Gate";
12	compatible = "rockchip,rv1106g-evb1-v11-spi-nor-facial-gate", "rockchip,rv1106";
13};
14
15&emmc {
16	status = "disabled";
17};
18
19&sfc {
20	status = "okay";
21
22	flash@0 {
23		compatible = "jedec,spi-nor";
24		reg = <0>;
25		spi-max-frequency = <80000000>;
26		spi-rx-bus-width = <4>;
27		spi-tx-bus-width = <1>;
28	};
29};
30