Home
last modified time | relevance | path

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

/linux-6.12.1/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>
13 - $ref: dai-common.yaml#
18 - socionext,uniphier-ld11-aio
19 - socionext,uniphier-ld20-aio
20 - socionext,uniphier-pxs2-aio
[all …]
/linux-6.12.1/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"
27 This adds ASoC driver for Socionext UniPhier LD11/LD20
33 tristate "UniPhier PXs2 Device Driver"
37 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"
333 .compatible = "socionext,uniphier-ld11-aio",
337 .compatible = "socionext,uniphier-ld20-aio",
346 .name = "snd-uniphier-aio-ld11",
355 MODULE_DESCRIPTION("UniPhier LD11/LD20 AIO driver.");
/linux-6.12.1/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/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/thermal/thermal.h>
14 compatible = "socionext,uniphier-ld20";
15 #address-cells = <2>;
16 #size-cells = <2>;
[all …]
/linux-6.12.1/drivers/reset/
Dreset-uniphier.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #include <linux/reset-controller.h>
22 #define UNIPHIER_RESET_ID_END ((unsigned int)(-1))
58 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */
59 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
70 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */
80 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */
81 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */
82 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */
83 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */
[all …]