Searched +full:mmp3 +full:- +full:hsic +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-or-later4 ---5 $id: "http://devicetree.org/schemas/phy/marvell,mmp3-hsic-phy.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Marvell MMP3 HSIC PHY11 - Lubomir Rintel <lkundrak@v3.sk>15 const: marvell,mmp3-hsic-phy21 reset-gpios:25 "#phy-cells":29 - compatible[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Marvell platforms6 bool "Armada 375 USB cluster PHY support" if COMPILE_TEST12 tristate "Marvell Berlin SATA PHY driver"17 Enable this to support the SATA PHY on Marvell Berlin SoCs.20 tristate "Marvell Berlin USB PHY Driver"25 Enable this to support the USB PHY on Marvell Berlin SoCs.46 Enable this to support Marvell A3700 UTMI PHY driver.77 tristate "Marvell USB HSIC 28nm PHY Driver"81 Enable this to support Marvell USB HSIC PHY driver for Marvell[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY) += phy-armada375-usb2.o3 obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o4 obj-$(CONFIG_PHY_BERLIN_USB) += phy-berlin-usb.o5 obj-$(CONFIG_PHY_MMP3_USB) += phy-mmp3-usb.o6 obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY) += phy-mvebu-a3700-comphy.o7 obj-$(CONFIG_PHY_MVEBU_A3700_UTMI) += phy-mvebu-a3700-utmi.o8 obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY) += phy-armada38x-comphy.o9 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o10 obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/marvell,mmp2.h>7 #include <dt-bindings/power/marvell,mmp2.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;17 enable-method = "marvell,mmp3-smp";22 next-level-cache = <&l2>;[all …]