Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: allwinner: a523: Add I2S2 pins on PI pin group

The Radxa Cubie A5E exposes I2S2 through the PI pin group on the 40-pin
GPIO header.

Add a pinmux setting for it so potential users can directly reference
it.

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20251027125655.793277-9-wens@kernel.org
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>

+8
+8
arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi
··· 145 145 interrupt-controller; 146 146 #interrupt-cells = <3>; 147 147 148 + /omit-if-no-ref/ 149 + i2s2_pi_pins: i2s2-pi-pins { 150 + pins = "PI2", "PI3", "PI4", "PI5"; 151 + allwinner,pinmux = <5>; 152 + function = "i2s2"; 153 + bias-disable; 154 + }; 155 + 148 156 mmc0_pins: mmc0-pins { 149 157 pins = "PF0" ,"PF1", "PF2", "PF3", "PF4", "PF5"; 150 158 allwinner,pinmux = <2>;