zephyr/dts/arm/st/f4
Armando Visconti f322c0b0ab dts/i2s: Extend the I2S dts binding with subnodes capability
This commit introduces the possibility to have multiple
device nodes attached to the same I2S controller. For this
purpose a new i2s-device.yaml description has been introduced
with the a 'reg' property to define the logic number of the
device. For example, if two microphones are attached to the
same I2S port (say 1) to achieve stereo audio, the two microphones
might be described in dts as:

    &i2s1 {
        status = "ok";

        mic@0 {
            compatible = "...";
            reg = <0>;
            label = "...";
        };
        mic@1 {
            compatible = "...";
            reg = <1>;
            label = "...";
        };
    };

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2019-01-28 11:57:25 -06:00
..
stm32f4-pinctrl.dtsi arm: stm32f4: Add UART4 pinmux definitions 2018-12-13 08:07:28 -06:00
stm32f4.dtsi dts/i2s: Extend the I2S dts binding with subnodes capability 2019-01-28 11:57:25 -06:00
stm32f401.dtsi dts/i2s: Extend the I2S dts binding with subnodes capability 2019-01-28 11:57:25 -06:00
stm32f401Xe.dtsi
stm32f405-pinctrl.dtsi
stm32f405.dtsi dts: stm32: Move usb PHY nodes out of SoC to fix warning 2018-12-14 09:39:09 -06:00
stm32f405Xg.dtsi
stm32f407.dtsi
stm32f407Xg.dtsi
stm32f411.dtsi dts/i2s: Extend the I2S dts binding with subnodes capability 2019-01-28 11:57:25 -06:00
stm32f411Xe.dtsi
stm32f412-pinctrl.dtsi
stm32f412.dtsi dts: Update STM32 PWM device tree binding/nodes for #pwm-cells 2018-11-10 10:42:51 -06:00
stm32f412cg.dtsi
stm32f412zg.dtsi
stm32f413-pinctrl.dtsi
stm32f413.dtsi dts: Update STM32 PWM device tree binding/nodes for #pwm-cells 2018-11-10 10:42:51 -06:00
stm32f413Xg.dtsi board: Add support of STM32F143xG SOC 2018-11-08 07:05:04 -06:00
stm32f413Xh.dtsi
stm32f417.dtsi
stm32f417Xe.dtsi dts: arm: st: Remove use of CONFIG_SOC_* from STM32 F7 dts files 2018-09-28 11:46:03 -05:00
stm32f417Xg.dtsi dts: arm: st: Remove use of CONFIG_SOC_* from STM32 F7 dts files 2018-09-28 11:46:03 -05:00
stm32f429.dtsi dts/i2s: Extend the I2S dts binding with subnodes capability 2019-01-28 11:57:25 -06:00
stm32f429Xi.dtsi
stm32f429vX.dtsi dts/arm/st/stm32f4: Add I2S support to DTS 2018-10-11 16:55:00 +02:00
stm32f446.dtsi dts: stm32: Move usb PHY nodes out of SoC to fix warning 2018-12-14 09:39:09 -06:00
stm32f446Xe.dtsi
stm32f469.dtsi
stm32f469Xi.dtsi