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 V11 Board"; 12 compatible = "rockchip,rv1106g-evb1-v11", "rockchip,rv1106"; 13 14 /delete-node/ vcc5v0-usb; 15}; 16 17&pinctrl { 18 /delete-node/ usb; 19}; 20 21&sfc { 22 status = "okay"; 23 24 flash@0 { 25 compatible = "spi-nand"; 26 reg = <0>; 27 spi-max-frequency = <75000000>; 28 spi-rx-bus-width = <4>; 29 spi-tx-bus-width = <1>; 30 }; 31}; 32 33&u2phy_otg { 34 /delete-property/ vbus-supply; 35}; 36 37&usbdrd_dwc3 { 38 dr_mode = "peripheral"; 39}; 40 41&vdd_arm { 42 regulator-min-microvolt = <800000>; 43 regulator-max-microvolt = <1000000>; 44 regulator-init-microvolt = <900000>; 45}; 46