RK3308 工程配置修改

 

 

 

 

 

    wireless-bluetooth {
        uart4_gpios: uart4-gpios {
            rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>;
        };
 
    wireless_bluetooth: wireless-bluetooth {
        compatible = "bluetooth-platdata";
        //wifi-bt-power-toggle;
        uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>;
        pinctrl-names = "default", "rts_gpio";
        pinctrl-0 = <&uart4_rts>;
        pinctrl-1 = <&uart4_gpios>;
        BT,reset_gpio    = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
        BT,wake_gpio     = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
        BT,wake_host_irq = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
        status = "okay";
    };

 

posted @   流水灯  阅读(49)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 上周热点回顾(3.3-3.9)
· AI 智能体引爆开源社区「GitHub 热点速览」
历史上的今天:
2021-06-17 objcopy 格式转换
2021-06-17 链接操作
2021-06-17 C 库函数 --- fflush() 强制清空缓冲区
点击右上角即可分享
微信分享提示