Searched +full:uniphier +full:- +full:pxs3 +full:- +full:ahci +full:- +full:phy (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/soc/socionext/ |
D | socionext,uniphier-ahci-glue.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-ahci-glue.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext UniPhier SoC AHCI glue layer 10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 13 AHCI glue layer implemented on Socionext UniPhier SoCs is a sideband 14 logic handling signals to AHCI host controller inside AHCI component. 19 - enum: 20 - socionext,uniphier-pro4-ahci-glue [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | socionext,uniphier-ahci-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/socionext,uniphier-ahci-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext UniPhier AHCI PHY 10 This describes the deivcetree bindings for PHY interfaces built into 11 AHCI controller implemented on Socionext UniPhier SoCs. 14 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 19 - socionext,uniphier-pro4-ahci-phy 20 - socionext,uniphier-pxs2-ahci-phy [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/socionext/ |
D | uniphier-pxs3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier PXs3 SoC 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-pxs3"; 15 #address-cells = <2>; 16 #size-cells = <2>; 17 interrupt-parent = <&gic>; [all …]
|
/linux-6.12.1/drivers/phy/socionext/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # PHY drivers for Socionext platforms. 7 tristate "UniPhier USB2 PHY driver" 13 Enable this to support USB PHY implemented on USB2 controller 14 on UniPhier SoCs. This driver provides interface to interact 15 with USB 2.0 PHY that is part of the UniPhier SoC. 16 In case of Pro4, it is necessary to specify this USB2 PHY instead 17 of USB3 HS-PHY. 20 tristate "UniPhier USB3 PHY driver" 25 Enable this to support USB PHY implemented in USB3 controller [all …]
|
D | phy-uniphier-ahci.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * phy-uniphier-ahci.c - PHY driver for UniPhier AHCI controller 4 * Copyright 2016-2020, Socionext Inc. 15 #include <linux/phy/phy.h> 56 /* for PXs2/PXs3 */ 78 /* set phy MPLL parameters */ in uniphier_ahciphy_pro4_init() 79 val = readl(priv->base + CKCTRL0); in uniphier_ahciphy_pro4_init() 86 writel(val, priv->base + CKCTRL0); in uniphier_ahciphy_pro4_init() 88 /* setup phy control parameters */ in uniphier_ahciphy_pro4_init() 89 val = readl(priv->base + CKCTRL1); in uniphier_ahciphy_pro4_init() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/ata/ |
D | ahci-platform.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/ata/ahci-platform.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: AHCI SATA Controller 10 SATA nodes are defined to describe on-chip Serial ATA controllers. 13 It is possible, but not required, to represent each port as a sub-node. 18 - Hans de Goede <hdegoede@redhat.com> 19 - Jens Axboe <axboe@kernel.dk> 26 - brcm,iproc-ahci [all …]
|