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.

AM437x SPI4接网络芯片w5100 dts如何配置

您好:

     请问AM473x SPI4接网络芯片w5100的话设备树文件按照如下配置可以吗,是否需要增加其他配置,谢谢!

    spi4_default: pinmux_spi4_default {
        pinctrl-single,pins = <
            0x250 (PIN_OUTPUT_PULLDOWN    |         MUX_MODE0)    /* spi4_clk.spi0_clk */
            0x254 (PIN_INPUT     |         MUX_MODE0)    /* spi4_d0.spi0_d0 */
            0x258 (PIN_OUTPUT    |         MUX_MODE0)        /* spi4_d1.spi0_d1 */
            0x230 (PIN_OUTPUT_PULLDOWN  | MUX_MODE2)        /* spi4_cs1*/
        >;
    };

&spi4 {
    pinctrl-names = "default";
    pinctrl-0 = <&spi4_default>;
    status = "okay";
};