This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM623:将 WKUP_CLKOUT0配置为32KHz 而不是25MHz

Guru**** 2393315 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1495009/am623-configuring-wkup_clkout0-for-32khz-instead-of-25mhz

器件型号:AM623

工具与软件:

你好

是否有办法 通过器件树配置 WKUP_CLKOUT0、以便为外部 WiFi 模块而不是25MHz 提供32KHz 时钟?

WiFi M.2接口的当前器件树配置如下:

&sdhci2 {
        boot-ph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&wifi_pins_default>;
        status = "okay";
        vmmc-supply = <&vdd_3v3>;
        mmc-pwrseq = <&wifi_pwrseq>;
        bus-width = <4>;
        non-removable;
        ti,fails-without-test-cd;
        keep-power-in-suspend;
        ti,driver-strength-ohm = <50>;
        max-frequency = <50000000>;
        cap-power-off-card;
   
        #address-cells = <1>;
        #size-cells = <0>;
        wlcore: wlcore@2 {
                compatible = "ti,cc33xx";
                reg = <2>;
                pinctrl-names = "default";
                pinctrl-0 = <&wifi_irq_pins_default>;
                interrupt-parent = <&main_gpio0>;
                interrupts = <71 IRQ_TYPE_EDGE_FALLING>;
        };
};

谢谢

标记