I want to config the spi pinmux in the dts file, I have seen the csi overlay config in the dtsi followed below,so can I config the spi pinmux in the dtsi(I do not want to config it bootloader cfg file)? and how to config spi pinmux in the dtsi?
///////////////////////////////////////////////////////////////////////////
fragment@0 {
target = <&pinmux>;
overlay {
pinctrl-names = “default”;
pinctrl-0 = <&jetson_io_pinmux>;
jetson_io_pinmux: exp-header-pinmux {
csi-pin75 {
nvidia,pins = “cam_i2c_scl_pp2”;
};
csi-pin76a {
nvidia,pins = “spi5_cs0_pac3”;
nvidia,function = “i2s3”;
nvidia,pin-label = “i2s3_fs”;
nvidia,tristate = <TEGRA_PIN_DISABLE>;
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
};