/* * Copyright (c) 2025 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* i2s-node0 is the transmitter/receiver */ / { aliases { i2s-node0 = &tdm; }; }; &pinctrl { tdm_default_alt: tdm_default_alt { group1 { psels = , , , /* TDM_SDOUT shorted to TDM_SDIN */ ; }; }; }; &tdm { status = "okay"; pinctrl-0 = <&tdm_default_alt>; pinctrl-names = "default"; };