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>
66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#include "rk3568.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
/delete-property/ ethernet0;
|
|
};
|
|
};
|
|
|
|
&cpu0_opp_table {
|
|
/delete-node/ opp-1992000000;
|
|
};
|
|
|
|
&lpddr4_params {
|
|
/* freq info, freq_0 is final frequency, unit: MHz */
|
|
freq_0 = <1056>;
|
|
};
|
|
|
|
&lpddr4x_params {
|
|
/* freq info, freq_0 is final frequency, unit: MHz */
|
|
freq_0 = <1056>;
|
|
};
|
|
|
|
&power {
|
|
pd_pipe@RK3568_PD_PIPE {
|
|
reg = <RK3568_PD_PIPE>;
|
|
clocks = <&cru PCLK_PIPE>;
|
|
pm_qos = <&qos_pcie2x1>,
|
|
<&qos_sata1>,
|
|
<&qos_sata2>,
|
|
<&qos_usb3_0>,
|
|
<&qos_usb3_1>;
|
|
};
|
|
};
|
|
|
|
&rkisp {
|
|
rockchip,iq-feature = /bits/ 64 <0x1BFBF7FE67FF>;
|
|
};
|
|
|
|
&usbdrd_dwc3 {
|
|
phys = <&u2phy0_otg>;
|
|
phy-names = "usb2-phy";
|
|
extcon = <&usb2phy0>;
|
|
maximum-speed = "high-speed";
|
|
snps,dis_u2_susphy_quirk;
|
|
snps,usb2-lpm-disable;
|
|
};
|
|
|
|
/delete-node/ &combphy0_us;
|
|
/delete-node/ &gmac0_clkin;
|
|
/delete-node/ &gmac0_xpcsclk;
|
|
/delete-node/ &gmac0;
|
|
/delete-node/ &gmac_uio0;
|
|
/delete-node/ &pcie30_phy_grf;
|
|
/delete-node/ &pcie30phy;
|
|
/delete-node/ &pcie3x1;
|
|
/delete-node/ &pcie3x2;
|
|
/delete-node/ &qos_pcie3x1;
|
|
/delete-node/ &qos_pcie3x2;
|
|
/delete-node/ &qos_sata0;
|
|
/delete-node/ &sata0;
|