20260310解决瑞芯微原厂RK3576的Android14刷入乐晓电子的K7开发板后适配ADB连接

20260310解决瑞芯微原厂RK3576的Android14刷入乐晓电子的K7开发板后适配ADB连接

2026/3/10 18:20

GPIO3_D6_d USB3_HOST_PWREN_H

GPIO4_C4_d USB_OTG0_PWREN_H

GPIO4_D1_d USBCC_INT_L [23]

Y:\orig_RK3576+Android14\kernel-6.1\arch\arm64\boot\dts\rockchip02min\rk3576-evb1.dtsi

Y:\orig_RK3576+Android14\kernel-6.1\arch\arm64\boot\dts\rockchip\rk3576-evb1.dtsi

Y:\k7_rk3576-linux_20251021\kernel-6.1\arch\arm64\boot\dts\rockchip02min_k7\rk3576-kickpi-k7.dtsi

vbus5v0_typec: vbus5v0-typec {

compatible = "regulator-fixed";

regulator-name = "vbus5v0_typec";

regulator-min-microvolt = <5000000>;

regulator-max-microvolt = <5000000>;

enable-active-high;

gpio = <&gpio0 RK_PD1 GPIO_ACTIVE_HIGH>;

vin-supply = <&vcc5v0_device>;

pinctrl-names = "default";

pinctrl-0 = <&usb_otg0_pwren>;

};

修改为:

vbus5v0_typec: vbus5v0-typec {

compatible = "regulator-fixed";

regulator-name = "vbus5v0_typec";

regulator-min-microvolt = <5000000>;

regulator-max-microvolt = <5000000>;

enable-active-high;

gpio = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;

vin-supply = <&vcc5v0_device>;

pinctrl-names = "default";

pinctrl-0 = <&usb_otg0_pwren>;

};

&i2c2 {

status = "okay";

usbc0: husb311@4e {

compatible = "hynetek,husb311";

reg = <0x4e>;

interrupt-parent = <&gpio0>;

interrupts = <RK_PA5 IRQ_TYPE_LEVEL_LOW>;

pinctrl-names = "default";

pinctrl-0 = <&usbc0_int>;

vbus-supply = <&vbus5v0_typec>;

status = "okay";

port {

usbc0_role_sw: endpoint {

remote-endpoint = <&usb_drd0_role_switch>;

};

};

修改为:

&i2c2 {

status = "okay";

usbc0: husb311@4e {

compatible = "hynetek,husb311";

reg = <0x4e>;

interrupt-parent = <&gpio4>;

interrupts = <RK_PD1 IRQ_TYPE_LEVEL_LOW>;

pinctrl-names = "default";

pinctrl-0 = <&usbc0_int>;

vbus-supply = <&vbus5v0_typec>;

status = "okay";

port {

usbc0_role_sw: endpoint {

remote-endpoint = <&usb_drd0_role_switch>;

};

};

headphone {

hp_det: hp-det {

rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up>;

};

};

usb {

usb_host_pwren: usb-host-pwren {

rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;

};

usb_otg0_pwren: usb-otg0-pwren {

rockchip,pins = <0 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;

};

usbc0_int: usbc0-int {

rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;

};

};

wireless-bluetooth {

uart4_gpios: uart4-gpios {

rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;

};

};

修改为:

headphone {

hp_det: hp-det {

rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up>;

};

};

usb {

usb_host_pwren: usb-host-pwren {

rockchip,pins = <3 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>;

};

usb_otg0_pwren: usb-otg0-pwren {

rockchip,pins = <4 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;

};

usbc0_int: usbc0-int {

rockchip,pins = <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>;

};

};

wireless-bluetooth {

uart4_gpios: uart4-gpios {

rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;

};

};

GPIO3_D6_d USB3_HOST_PWREN_H

GPIO4_C4_d USB_OTG0_PWREN_H

GPIO4_D1_d USBCC_INT_L [23]

相关推荐
兴通扫码设备1 小时前
ocr工业场景适配升级:深圳市兴通物联XTC8501智能相机接口与环境适应性技术解析
数据库·人工智能·深度学习·数码相机·计算机视觉
艾莉丝努力练剑1 小时前
【QT】常用控件(一):初识控件,熟悉QWidget
android·linux·数据库·qt·学习·mysql·qt5
艾莉丝努力练剑2 小时前
MySQL查看命令速查表
linux·运维·服务器·网络·数据库·人工智能·mysql
高铭杰2 小时前
Postgresql源码(157)Redo系列MultiXact Redo (RM_MULTIXACT_ID = 6)
数据库·postgresql
05大叔2 小时前
mysql 触发器,锁
数据库·mysql·oracle
大鹏说大话2 小时前
拒绝“慢查询”:SQL性能优化实战与索引的双刃剑效应
数据库·oracle
小狼只想在飞船上收庄稼2 小时前
Linux 信号机制--续1
数据库
MoSTChillax2 小时前
新手 3 个文件跑通前端 + Flask + MySQL(最小可行 CRUD)
数据库·python·mysql·flask
梦想的旅途22 小时前
企微客户自动触达 API:实现全生命周期的自动化消息路由
数据库·自动化·企业微信