Can't I change i2s setting using dtsi with jetson xavier nx kernel source?

Hello,

Can’t I change i2s setting using dtsi with jetson xavier nx kernel source?

b/kernel-dts/porg-platforms/tegra210-porg-pinmux-p3448-0002-b00.dtsi

In Jetson nano kernel source, b/kernel-dts/porg-platforms/tegra210-porg-pinmux-p3448-0002-b00.dtsi
I was able to configure pinmux in the file like below
Is it possible to use dtsi created through pinmux configuration table in Jetson xavier?

  • dap4_din_pj5 {
  • nvidia,pins = “dap4_din_pj5”;
  • nvidia,function = “i2s4b”;
  • nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
  • nvidia,tristate = <TEGRA_PIN_DISABLE>;
  • nvidia,enable-input = <TEGRA_PIN_ENABLE>;
  • };

Thank you.

Suppose yes. They are dap2_dout_* and configure as i2s2

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.