project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp: Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem. sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately. sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades. sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for fastboot. Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
114 lines
2.2 KiB
Plaintext
114 lines
2.2 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rv1103g-evb2-v10.dts"
|
|
|
|
/ {
|
|
model = "Rockchip RV1103G EVB2 V12 Board";
|
|
compatible = "rockchip,rv1103g-evb2-v10-aov", "rockchip,rv1103";
|
|
|
|
aliases {
|
|
/delete-property/ csi2dphy1;
|
|
/delete-property/ csi2dphy2;
|
|
/delete-property/ ethernet0;
|
|
/delete-property/ i2c0;
|
|
/delete-property/ i2c1;
|
|
/delete-property/ i2c2;
|
|
/delete-property/ i2c3;
|
|
/delete-property/ mmc0;
|
|
/delete-property/ mmc1;
|
|
/delete-property/ rkcif_mipi_lvds1;
|
|
/delete-property/ serial0;
|
|
/delete-property/ serial1;
|
|
/delete-property/ serial3;
|
|
/delete-property/ serial4;
|
|
/delete-property/ serial5;
|
|
/delete-property/ spi0;
|
|
/delete-property/ spi1;
|
|
};
|
|
};
|
|
|
|
&cpu0 {
|
|
/delete-property/ clocks;
|
|
/delete-property/ operating-points-v2;
|
|
};
|
|
|
|
/delete-node/ &emmc;
|
|
/delete-node/ &gmac;
|
|
/delete-node/ &i2c0;
|
|
/delete-node/ &i2c1;
|
|
/delete-node/ &i2c2;
|
|
/delete-node/ &i2c3;
|
|
/delete-node/ &rkcif_dvp;
|
|
/delete-node/ &rkcif_dvp_sditf;
|
|
/delete-node/ &rkcif_mipi_lvds1;
|
|
/delete-node/ &rkcif_mipi_lvds1_sditf;
|
|
/delete-node/ &spi0;
|
|
/delete-node/ &spi1;
|
|
/delete-node/ &uart0;
|
|
/delete-node/ &uart1;
|
|
/delete-node/ &uart3;
|
|
/delete-node/ &uart4;
|
|
/delete-node/ &uart5;
|
|
|
|
&rkcif_mipi_lvds {
|
|
status = "okay";
|
|
aov-reserved;
|
|
};
|
|
|
|
&rve {
|
|
status = "disabled";
|
|
};
|
|
|
|
&rockchip_suspend {
|
|
status = "okay";
|
|
rockchip,sleep-io-config = <
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(0)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(1)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(2)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(3)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_UP
|
|
| RKPM_IO_CFG_ID(4)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(5)
|
|
)
|
|
(0
|
|
| RKPM_IO_CFG_IOMUX_GPIO
|
|
| RKPM_IO_CFG_GPIO_DIR_INPUT
|
|
| RKPM_IO_CFG_PULL_DOWN
|
|
| RKPM_IO_CFG_ID(6)
|
|
)
|
|
>;
|
|
};
|