project:cfg:BoardConfig:Add Luckfox Pico WebBee BoardConfig file
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
parent
094b83a21d
commit
d1f5e2828b
66
sysdrv/tools/board/kernel/rv1103g-luckfox-pico-webbee.dts
Executable file
66
sysdrv/tools/board/kernel/rv1103g-luckfox-pico-webbee.dts
Executable file
|
|
@ -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";
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue
Block a user