diff --git a/sysdrv/tools/board/kernel/rv1103g-luckfox-pico-webbee.dts b/sysdrv/tools/board/kernel/rv1103g-luckfox-pico-webbee.dts new file mode 100755 index 000000000..ba8d23f71 --- /dev/null +++ b/sysdrv/tools/board/kernel/rv1103g-luckfox-pico-webbee.dts @@ -0,0 +1,66 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2022 Rockchip Electronics Co., Ltd. + */ + +/dts-v1/; + +#include "rv1103.dtsi" +#include "rv1106-evb.dtsi" +#include "rv1103-luckfox-pico-ipc.dtsi" + +/ { + model = "Luckfox Pico WebBee"; + compatible = "rockchip,rv1103g-38x38-ipc-v10", "rockchip,rv1103"; +}; + +/**********SFC**********/ +&sfc { + status = "okay"; + flash@0 { + compatible = "spi-nand"; + reg = <0>; + spi-max-frequency = <75000000>; + spi-rx-bus-width = <4>; + spi-tx-bus-width = <1>; + }; +}; + +/**********SDMMC**********/ +&sdmmc { + max-frequency = <50000000>; + no-sdio; + no-mmc; + bus-width = <4>; + cap-mmc-highspeed; + cap-sd-highspeed; + disable-wp; + pinctrl-names = "default"; + pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>; + status = "okay"; +}; + +/**********ETH**********/ +&gmac { + status = "okay"; +}; + +/**********USB**********/ +&usbdrd_dwc3 { + status = "okay"; + dr_mode = "peripheral"; +}; + +/**********CSI**********/ +&i2c4{ + status = "disabled"; +}; + +/********AUDIO**********/ +&i2s0_8ch { + status = "disabled"; +}; + +&acodec { + status = "disabled"; +};