Home
last modified time | relevance | path

Searched +full:berlin2 +full:- +full:reset (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/reset/
Dmarvell,berlin2-reset.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/reset/marvell,berlin2-reset.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Marvell Berlin reset controller
11 - Antoine Tenart <atenart@kernel.org>
13 description: The reset controller node must be a sub-node of the chip
18 const: marvell,berlin2-reset
20 "#reset-cells":
24 - compatible
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/arm/
Dsyna.txt3 According to https://www.synaptics.com/company/news/conexant-marvell
7 ---------------------------------------------------------------
19 ---------------------------------------------------------------
29 "marvell,berlin2" for Marvell Armada 1500 (BG2, 88DE3100),
30 "marvell,berlin2cd" for Marvell Armada 1500-mini (BG2CD, 88DE3005)
32 "marvell,berlin2q" for Marvell Armada 1500-pro (BG2Q, 88DE3114)
38 model = "Sony NSZ-GS7";
39 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
50 - compatible: should be "marvell,berlin-cpu-ctrl"
51 - reg: address and length of the register set
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/phy/
Dberlin-usb-phy.txt4 - compatible: "marvell,berlin2-usb-phy" or "marvell,berlin2cd-usb-phy"
5 - reg: base address and length of the registers
6 - #phys-cells: should be 0
7 - resets: reference to the reset controller
11 usb-phy@f774000 {
12 compatible = "marvell,berlin2-usb-phy";
14 #phy-cells = <0>;
/Linux-v6.6/arch/arm/boot/dts/synaptics/
Dberlin2.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
11 #include <dt-bindings/clock/berlin2.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
16 compatible = "marvell,berlin2", "marvell,berlin";
17 #address-cells = <1>;
18 #size-cells = <1>;
27 #address-cells = <1>;
28 #size-cells = <0>;
29 enable-method = "marvell,berlin-smp";
34 next-level-cache = <&l2>;
[all …]
Dberlin2cd.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree Include file for Marvell Armada 1500-mini (Berlin BG2CD) SoC
11 #include <dt-bindings/clock/berlin2.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 model = "Marvell Armada 1500-mini (BG2CD) SoC";
17 #address-cells = <1>;
18 #size-cells = <1>;
26 #address-cells = <1>;
27 #size-cells = <0>;
30 compatible = "arm,cortex-a9";
[all …]
Dberlin2q.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
6 #include <dt-bindings/clock/berlin2q.h>
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 model = "Marvell Armada 1500 pro (BG2-Q) SoC";
12 #address-cells = <1>;
13 #size-cells = <1>;
21 #address-cells = <1>;
22 #size-cells = <0>;
23 enable-method = "marvell,berlin-smp";
[all …]
/Linux-v6.6/drivers/reset/
Dreset-berlin.c4 * Marvell Berlin reset driver
6 * Antoine Tenart <antoine.tenart@free-electrons.com>
22 #include <linux/reset-controller.h>
43 regmap_write(priv->regmap, offset, mask); in berlin_reset_reset()
45 /* let the reset be effective */ in berlin_reset_reset()
52 .reset = berlin_reset_reset,
60 offset = reset_spec->args[0]; in berlin_reset_xlate()
61 bit = reset_spec->args[1]; in berlin_reset_xlate()
64 return -EINVAL; in berlin_reset_xlate()
71 struct device_node *parent_np = of_get_parent(pdev->dev.of_node); in berlin2_reset_probe()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/ata/
Dahci-platform.yaml1 # 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#
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
27 - cavium,octeon-7130-ahci
[all …]
/Linux-v6.6/drivers/phy/marvell/
Dphy-berlin-usb.c1 // SPDX-License-Identifier: GPL-2.0
5 * Antoine Tenart <antoine.tenart@free-electrons.com>
14 #include <linux/reset.h>
118 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
120 writel(priv->pll_divider, in phy_berlin_usb_power_on()
121 priv->base + USB_PHY_PLL); in phy_berlin_usb_power_on()
123 CLK_BLK_EN, priv->base + USB_PHY_PLL_CONTROL); in phy_berlin_usb_power_on()
125 priv->base + USB_PHY_ANALOG); in phy_berlin_usb_power_on()
128 INTPL_CUR_30, priv->base + USB_PHY_RX_CTRL); in phy_berlin_usb_power_on()
130 writel(TX_VDD12_13 | TX_OUT_AMP(0x3), priv->base + USB_PHY_TX_CTRL1); in phy_berlin_usb_power_on()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Xu Yang <xu.yang_2@nxp.com>
11 - Peng Fan <peng.fan@nxp.com>
16 - enum:
17 - chipidea,usb2
18 - lsi,zevio-usb
19 - nvidia,tegra20-ehci
[all …]