Searched +full:uniphier +full:- +full:pxs3 +full:- +full:ahci +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
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 PHY10 This describes the deivcetree bindings for PHY interfaces built into11 AHCI controller implemented on Socionext UniPhier SoCs.14 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>19 - socionext,uniphier-pro4-ahci-phy20 - socionext,uniphier-pxs2-ahci-phy[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier PXs3 SoC8 #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 …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # PHY drivers for Socionext platforms.7 tristate "UniPhier USB2 PHY driver"13 Enable this to support USB PHY implemented on USB2 controller14 on UniPhier SoCs. This driver provides interface to interact15 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 instead17 of USB3 HS-PHY.20 tristate "UniPhier USB3 PHY driver"25 Enable this to support USB PHY implemented in USB3 controller[all …]
1 // SPDX-License-Identifier: GPL-2.03 * phy-uniphier-ahci.c - PHY driver for UniPhier AHCI controller4 * 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 …]