zephyr/dts/arm/st
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
..
f0 dts: stm32: Move usb PHY nodes out of SoC to fix warning 2018-12-14 09:39:09 -06:00
f1 dts: stm32f1: add uart5 2019-01-04 10:07:54 -06:00
f2 dts: stm32: Move usb PHY nodes out of SoC to fix warning 2018-12-14 09:39:09 -06:00
f3 dts: stm32f3: GPIO clocks are actually handled from AHB1 bus 2018-12-26 09:43:36 -05:00
f4 dts/i2s: Extend the I2S dts binding with subnodes capability 2019-01-28 11:57:25 -06:00
f7 dts: stm32f7: move flash0 node below flash-controller 2018-12-18 09:38:57 +01:00
l0 dts: stm32: Move usb PHY nodes out of SoC to fix warning 2018-12-14 09:39:09 -06:00
l4 drivers: pinmux: stm32: st: add L4 UART4 AF on PC10 and PC11 2019-01-28 09:54:00 -06:00