Searched +full:armada +full:- +full:380 +full:- +full:comphy (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/marvell,armada-380-comphy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Marvell Armada 38x COMPHY controller10 - Andrew Lunn <andrew@lunn.ch>11 - Gregory Clement <gregory.clement@bootlin.com>14 This comphy controller can be found on Marvell Armada 38x. It provides a21 - const: marvell,armada-380-comphy25 - description: COMPHY register location and length[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Device Tree Include file for Marvell Armada 38x family of SoCs.8 * Gregory CLEMENT <gregory.clement@free-electrons.com>9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/interrupt-controller/irq.h>18 #address-cells = <1>;19 #size-cells = <1>;21 model = "Marvell Armada 38x family SoC";32 compatible = "arm,cortex-a9-pmu";[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Partly derived from CP110 comphy driver by Antoine Tenart66 struct a38x_comphy *priv = lane->priv; in a38x_set_conf()69 if (priv->conf) { in a38x_set_conf()70 conf = readl_relaxed(priv->conf); in a38x_set_conf()72 conf |= BIT(lane->port); in a38x_set_conf()74 conf &= ~BIT(lane->port); in a38x_set_conf()75 writel(conf, priv->conf); in a38x_set_conf()84 val = readl_relaxed(lane->base + offset) & ~mask; in a38x_comphy_set_reg()85 writel(val | value, lane->base + offset); in a38x_comphy_set_reg()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Device Tree file for Marvell Armada CP11x.8 #include <dt-bindings/interrupt-controller/mvebu-icu.h>9 #include <dt-bindings/thermal/thermal.h>11 #include "armada-common.dtsi"27 thermal-zones {28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) {29 polling-delay-passive = <0>; /* Interrupt driven */30 polling-delay = <0>; /* Interrupt driven */32 thermal-sensors = <&CP11X_LABEL(thermal) 0>;[all …]