Home
last modified time | relevance | path

Searched +full:uniphier +full:- +full:ld20 +full:- +full:aio (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dsocionext,uniphier-aio.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/sound/socionext,uniphier-aio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: UniPhier AIO audio system
10 - <alsa-devel@alsa-project.org>
15 - socionext,uniphier-ld11-aio
16 - socionext,uniphier-ld20-aio
17 - socionext,uniphier-pxs2-aio
25 clock-names:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Duniphier,aio.txt1 Socionext UniPhier SoC audio driver
3 The Socionext UniPhier audio subsystem consists of I2S and S/PDIF blocks in
7 - compatible : should be one of the following:
8 "socionext,uniphier-ld11-aio"
9 "socionext,uniphier-ld20-aio"
10 "socionext,uniphier-pxs2-aio"
11 - reg : offset and length of the register set for the device.
12 - interrupts : should contain I2S or S/PDIF interrupt.
13 - pinctrl-names : should be "default".
14 - pinctrl-0 : defined I2S signal pins for an external codec chip.
[all …]
/kernel/linux/linux-5.10/sound/soc/uniphier/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 tristate "ASoC support for UniPhier"
7 UniPhier SoC audio interfaces. You will also need to select the
12 tristate "UniPhier AIO DAI Driver"
17 This adds ASoC driver support for Socionext UniPhier
18 'AIO' Audio Input/Output subsystem.
23 tristate "UniPhier LD11/LD20 Device Driver"
28 This adds ASoC driver for Socionext UniPhier LD11/LD20
34 tristate "UniPhier PXs2 Device Driver"
39 This adds ASoC driver for Socionext UniPhier PXs2
[all …]
Daio-ld11.c1 // SPDX-License-Identifier: GPL-2.0
3 // Socionext UniPhier AIO ALSA driver for LD11/LD20.
5 // Copyright (c) 2016-2018 Socionext Inc.
9 #include "aio.h"
377 .compatible = "socionext,uniphier-ld11-aio",
381 .compatible = "socionext,uniphier-ld20-aio",
390 .name = "snd-uniphier-aio-ld11",
399 MODULE_DESCRIPTION("UniPhier LD11/LD20 AIO driver.");
/kernel/linux/linux-4.19/sound/soc/uniphier/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 tristate "ASoC support for UniPhier"
7 UniPhier SoC audio interfaces. You will also need to select the
12 tristate "UniPhier AIO DAI Driver"
17 This adds ASoC driver support for Socionext UniPhier
18 'AIO' Audio Input/Output subsystem.
23 tristate "UniPhier LD11/LD20 Device Driver"
28 This adds ASoC driver for Socionext UniPhier LD11/LD20
34 tristate "UniPhier PXs2 Device Driver"
39 This adds ASoC driver for Socionext UniPhier PXs2
[all …]
Daio-ld11.c1 // SPDX-License-Identifier: GPL-2.0
3 // Socionext UniPhier AIO ALSA driver for LD11/LD20.
5 // Copyright (c) 2016-2018 Socionext Inc.
9 #include "aio.h"
395 .compatible = "socionext,uniphier-ld11-aio",
399 .compatible = "socionext,uniphier-ld20-aio",
408 .name = "snd-uniphier-aio-ld11",
417 MODULE_DESCRIPTION("UniPhier LD11/LD20 AIO driver.");
/kernel/linux/linux-4.19/arch/arm64/boot/dts/socionext/
Duniphier-ld20.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 // Device Tree Source for UniPhier LD20 SoC
5 // Copyright (C) 2015-2016 Socionext Inc.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/gpio/uniphier-gpio.h>
10 #include <dt-bindings/thermal/thermal.h>
15 compatible = "socionext,uniphier-ld20";
16 #address-cells = <2>;
17 #size-cells = <2>;
18 interrupt-parent = <&gic>;
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/socionext/
Duniphier-ld20.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 // Device Tree Source for UniPhier LD20 SoC
5 // Copyright (C) 2015-2016 Socionext Inc.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/gpio/uniphier-gpio.h>
10 #include <dt-bindings/thermal/thermal.h>
13 compatible = "socionext,uniphier-ld20";
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&gic>;
[all …]
/kernel/linux/linux-5.10/drivers/reset/
Dreset-uniphier.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <linux/reset-controller.h>
23 #define UNIPHIER_RESET_ID_END (unsigned int)(-1)
59 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */
60 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
71 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
81 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */
82 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */
83 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */
84 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */
[all …]
/kernel/linux/linux-4.19/drivers/reset/
Dreset-uniphier.c22 #include <linux/reset-controller.h>
32 #define UNIPHIER_RESET_ID_END (unsigned int)(-1)
68 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */
69 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
80 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
90 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */
91 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */
92 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */
93 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */
94 UNIPHIER_RESETX(21, 0x2014, 1), /* USB31-PHY1 */
[all …]