RK3588 DTSI 文件中 USB 控制器和 PHY 相关的主要节点如下所示,因为 USB DTSI 节点配置的是 USB ...
软件dts的电源配置:rk3588-rk806-single.dtsi PMIC(RK806)的配置是在:rk3588-rk806-single.dtsi中,如下: &spi2 { //RK3588与RK806通信是才用spi接口 status = "okay"; //spi的配置,不可修改 assigned-clocks = <&cru CLK_SPI2>; assigned-clock-rates = <200000000>; pinctrl-names = "default";...
rockchip_dts\rockchip\rk3588-evb4-lp4.dtsi: This file describes the common configuration of the RK3588 evaluation board with LPDDR4 memory. It includes three other files:rk3588.dtsi,rk3588-evb.dtsi, andrk3588-rk806-single.dtsi. #include"dt-bindings/usb/pd.h"#include"rk3588.dtsi"#inc...
rk3588-nanopi-r6t.dts rk3588-nanopi6-common.dtsi rk3588-rk806-dual.dtsi rk3588-rk806-single.dtsi rk3588-rock-5c.dts rk3588-sige7-v1-1.dts rk3588-sige7-v1.dts rk3588-vccio3-pinctrl.dtsi rk3588.dtsi rk3588j.dtsi rk3588m.dtsi rk3588s-pinconf.dtsi rk3588s...
U-Boot 中,armsom-w3的设备树文件是u-boot/arch/arm/dts/rk3588-armsom-w3.dts,该设备树文件包含了 rk3588.dtsi 和 rk3588-u-boot.dts 原生的 U-Boot 只支持 U-Boot 自己的 DTB,RK 平台在原生 U-Boot 基础上增加了 kernel DTB 机制的支持,即 U-Boot 会使用 kernel DTB 去初始化外设。这样设计的目...
由于USB3.0 HOST控制器为xHCI,集成于DWC3 OTG IP中,所以不用单独为其配置设备树,只需要配置DWC3,并且设置DWC3的dr_mode属性为dr_mode=otg或者dr_mode=host,即可以使能xHCI控制器。 1.1.3USB3.0 HOST(xHCI) USB3.0 HOST控制器只支持USB3.0功能,无法支持USB2.0(因为没有带USB2.0 PHY)。因此,USB3.0 HOST需要与...
#include "rk3588-rk806-single.dtsi" #include "rk3588-linux.dtsi" / { model = "Mixtile Core 3588E"; compatible = "mixtile,core3588e", "rockchip,rk3588"; /delete-node/ chosen; aliases { i2c0 = &i2c4; i2c1 = &i2c5; i2c2 = &i2c3; i2c3 = &i2c0; i2c4 = &i2c1; i2c5...
1. RK3588框架2. 硬件平台这里使用正点原子RK3588开发板。 注:RK3588搭配的电源方案有两种,单PIMC和双PMIC的软件不能兼容,当前我们使用的为单PMIC方案。 单PMIC双PMIC硬件RK806*1 + RK860*3RK806*2设备树rk3588…
rk3568.dtsi:该设备树文件是 RK3568 平台级设备树文件,与具体开发板硬件无关,纯SoC 级别的设备树文件,由 RK 提供,开发者无需改动该文件! rk3588-rk806-single.dtsi:使用的PMIC电源控制方案,里面描述的是具体的硬件电源节点 rk3568-linux.dtsi:该设备树包含 Linux 部分特有配置信息 rk3588-armsom-w3-display.dt...
- e18e5e8188f2 (arm64: dts: rockchip: add USBDP phys on rk3588) - 6fca4edb93d3 (arm64: dts: rockchip: Add rk3588 GPU node) are not synced to u-boot, so I remove usb3 drd nodes and gpu from kernel devicetree. Signed-off-by: Jianfeng Liu <liujianfeng1...@gmail.com> ...