Searched +full:sun5i +full:- +full:a13 +full:- +full:usb +full:- +full:clk (Results 1 – 17 of 17) sorted by relevance
2 * Copyright 2012-2015 Maxime Ripard4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/clock/sun4i-a10-pll2.h>48 #include <dt-bindings/dma/sun4i-a10.h>49 #include <dt-bindings/pinctrl/sun4i-a10.h>52 interrupt-parent = <&intc>;55 #address-cells = <1>;56 #size-cells = <0>;60 compatible = "arm,cortex-a8";[all …]
4 * Mylène Josserand <mylene.josserand@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun4i-a10-pll2.h>46 #include <dt-bindings/dma/sun4i-a10.h>47 #include <dt-bindings/pinctrl/sun4i-a10.h>50 interrupt-parent = <&intc>;51 #address-cells = <1>;52 #size-cells = <1>;55 #address-cells = <1>;56 #size-cells = <0>;[all …]
4 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun8i-h3-ccu.h>46 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/pinctrl/sun4i-a10.h>48 #include <dt-bindings/reset/sun8i-h3-ccu.h>51 interrupt-parent = <&gic>;58 #address-cells = <1>;59 #size-cells = <0>;62 compatible = "arm,cortex-a7";68 compatible = "arm,cortex-a7";[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>48 #include <dt-bindings/thermal/thermal.h>50 #include <dt-bindings/pinctrl/sun4i-a10.h>53 interrupt-parent = <&gic>;60 #address-cells = <1>;61 #size-cells = <1>;65 compatible = "allwinner,simple-framebuffer",66 "simple-framebuffer";[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>48 #include <dt-bindings/thermal/thermal.h>50 #include <dt-bindings/clock/sun4i-a10-pll2.h>51 #include <dt-bindings/dma/sun4i-a10.h>52 #include <dt-bindings/pinctrl/sun4i-a10.h>55 interrupt-parent = <&gic>;62 #address-cells = <1>;63 #size-cells = <1>;[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>49 #include <dt-bindings/pinctrl/sun4i-a10.h>52 interrupt-parent = <&gic>;55 #address-cells = <1>;56 #size-cells = <1>;60 compatible = "allwinner,simple-framebuffer",61 "simple-framebuffer";[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>49 #include <dt-bindings/pinctrl/sun4i-a10.h>52 interrupt-parent = <&gic>;55 #address-cells = <1>;56 #size-cells = <0>;59 compatible = "arm,cortex-a7";65 compatible = "arm,cortex-a7";[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-usb-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 USB Clock Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":22 "#reset-cells":27 - allwinner,sun4i-a10-usb-clk[all …]
2 * Copyright 2012-2015 Maxime Ripard4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun5i-ccu.h>46 #include <dt-bindings/dma/sun4i-a10.h>47 #include <dt-bindings/reset/sun5i-ccu.h>50 interrupt-parent = <&intc>;51 #address-cells = <1>;52 #size-cells = <1>;55 #address-cells = <1>;[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/thermal/thermal.h>47 #include <dt-bindings/dma/sun4i-a10.h>48 #include <dt-bindings/clock/sun7i-a20-ccu.h>49 #include <dt-bindings/reset/sun4i-a10-ccu.h>50 #include <dt-bindings/pinctrl/sun4i-a10.h>53 interrupt-parent = <&gic>;54 #address-cells = <1>;[all …]
9 * SPDX-License-Identifier: GPL-2.0+17 #include <usb.h>31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */32 int usb_gate_mask; /* Mask of usb_clk_cfg clk gate bits for this hcd */33 int phy_index; /* Index of the usb-phy attached to this hcd */43 priv->ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; in ohci_usb_probe()44 if (IS_ERR(priv->ccm)) in ohci_usb_probe()45 return PTR_ERR(priv->ccm); in ohci_usb_probe()47 bus_priv->companion = true; in ohci_usb_probe()53 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_OHCI0; in ohci_usb_probe()[all …]
10 * SPDX-License-Identifier: GPL-2.0+31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */32 int phy_index; /* Index of the usb-phy attached to this hcd */43 priv->ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; in ehci_usb_probe()44 if (IS_ERR(priv->ccm)) in ehci_usb_probe()45 return PTR_ERR(priv->ccm); in ehci_usb_probe()51 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_EHCI0; in ehci_usb_probe()55 priv->phy_index = ((uintptr_t)hccr - SUNXI_USB1_BASE) / BASE_DIST; in ehci_usb_probe()56 priv->ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ehci_usb_probe()57 extra_ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ehci_usb_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright 2013-2015 Emilio López8 #include <linux/clk.h>9 #include <linux/clk-provider.h>13 #include <linux/reset-controller.h>19 * sunxi_usb_reset... - reset bits in usb clk registers handling25 struct clk *clk; member38 clk_prepare_enable(data->clk); in sunxi_usb_reset_assert()39 spin_lock_irqsave(data->lock, flags); in sunxi_usb_reset_assert()41 reg = readl(data->reg); in sunxi_usb_reset_assert()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Allwinner sun4i USB phy driver5 * Copyright (C) 2014-2015 Hans de Goede <hdegoede@redhat.com>15 #include <linux/clk.h>18 #include <linux/extcon-provider.h>30 #include <linux/phy/phy-sun4i-usb.h>36 #include <linux/usb/of.h>135 struct clk *clk; member136 struct clk *clk2;157 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index])[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/sun50i-a64-ccu.h>7 #include <dt-bindings/clock/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-r-ccu.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/reset/sun50i-a64-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/reset/sun8i-r-ccu.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>24 #include "ccu-sun5i.h"34 .hw.init = CLK_HW_INIT("pll-core",46 * With sigma-delta modulation for fractional-N on the audio PLL,74 .hw.init = CLK_HW_INIT("pll-audio-base",91 .hw.init = CLK_HW_INIT("pll-video0",106 .hw.init = CLK_HW_INIT("pll-ve",119 .hw.init = CLK_HW_INIT("pll-ddr-base",126 static SUNXI_CCU_M(pll_ddr_clk, "pll-ddr", "pll-ddr-base", 0x020, 0, 2,[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...