Searched +full:uniphier +full:- +full:ld11 +full:- +full:usb2 +full:- +full:phy (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | uniphier-clock.txt | 1 UniPhier clock controller 5 ------------ 8 - compatible: should be one of the following: 9 "socionext,uniphier-ld4-clock" - for LD4 SoC. 10 "socionext,uniphier-pro4-clock" - for Pro4 SoC. 11 "socionext,uniphier-sld8-clock" - for sLD8 SoC. 12 "socionext,uniphier-pro5-clock" - for Pro5 SoC. 13 "socionext,uniphier-pxs2-clock" - for PXs2/LD6b SoC. 14 "socionext,uniphier-ld11-clock" - for LD11 SoC. 15 "socionext,uniphier-ld20-clock" - for LD20 SoC. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | socionext,uniphier-usb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/socionext,uniphier-usb2-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext UniPhier USB2 PHY 10 This describes the devicetree bindings for PHY interface built into 11 USB2 controller implemented on Socionext UniPhier SoCs. 12 Pro4 SoC has both USB2 and USB3 host controllers, however, this USB3 13 controller doesn't include its own High-Speed PHY. This needs to specify 14 USB2 PHY instead of USB3 HS-PHY. [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/socionext/ |
| D | uniphier-ld11-ref.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 Reference Board 8 /dts-v1/; 9 #include "uniphier-ld11.dtsi" 10 #include "uniphier-ref-daughter.dtsi" 11 #include "uniphier-support-card.dtsi" 14 model = "UniPhier LD11 Reference Board"; 15 compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11"; 18 stdout-path = "serial0:115200n8"; 55 gpio-hog; [all …]
|
| D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 12 compatible = "socionext,uniphier-ld11"; 13 #address-cells = <2>; 14 #size-cells = <2>; 15 interrupt-parent = <&gic>; 18 #address-cells = <2>; 19 #size-cells = <0>; [all …]
|
| D | uniphier-ld11-global.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 Global Board 5 // Copyright (C) 2016-2017 Socionext Inc. 9 /dts-v1/; 10 #include <dt-bindings/gpio/uniphier-gpio.h> 11 #include "uniphier-ld11.dtsi" 14 model = "UniPhier LD11 Global Board (REF_LD11_GP)"; 15 compatible = "socionext,uniphier-ld11-global", 16 "socionext,uniphier-ld11"; 19 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/socionext/ |
| D | uniphier-ld11-ref.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 Reference Board 8 /dts-v1/; 9 #include "uniphier-ld11.dtsi" 10 #include "uniphier-ref-daughter.dtsi" 11 #include "uniphier-support-card.dtsi" 14 model = "UniPhier LD11 Reference Board"; 15 compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11"; 18 stdout-path = "serial0:115200n8"; 50 gpio-hog; [all …]
|
| D | uniphier-ld11-global.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 Global Board 5 // Copyright (C) 2016-2017 Socionext Inc. 9 /dts-v1/; 10 #include <dt-bindings/gpio/uniphier-gpio.h> 11 #include "uniphier-ld11.dtsi" 14 model = "UniPhier LD11 Global Board (REF_LD11_GP)"; 15 compatible = "socionext,uniphier-ld11-global", 16 "socionext,uniphier-ld11"; 19 stdout-path = "serial0:115200n8"; [all …]
|
| D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 14 compatible = "socionext,uniphier-ld11"; 15 #address-cells = <2>; 16 #size-cells = <2>; 17 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/socionext/ |
| D | phy-uniphier-usb2.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * phy-uniphier-usb2.c - PHY driver for UniPhier USB2 controller 4 * Copyright 2015-2018 Socionext Inc. 13 #include <linux/phy/phy.h> 21 #define SG_USBPHY2CTRL2 0x50c /* LD11 */ 41 struct phy *phy; member 47 static int uniphier_u2phy_power_on(struct phy *phy) in uniphier_u2phy_power_on() argument 49 struct uniphier_u2phy_priv *priv = phy_get_drvdata(phy); in uniphier_u2phy_power_on() 52 if (priv->vbus) in uniphier_u2phy_power_on() 53 ret = regulator_enable(priv->vbus); in uniphier_u2phy_power_on() [all …]
|