Searched +full:sun8i +full:- +full:a83t +full:- +full:emac (Results 1 – 13 of 13) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/net/allwinner,sun8i-a83t-emac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A83t EMAC Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 - const: allwinner,sun8i-a83t-emac17 - const: allwinner,sun8i-h3-emac18 - const: allwinner,sun8i-r40-emac[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexandre Torgue <alexandre.torgue@st.com>11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>12 - Jose Abreu <joabreu@synopsys.com>23 - snps,dwmac24 - snps,dwmac-3.50a25 - snps,dwmac-3.61026 - snps,dwmac-3.70a[all …]
6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun8i-a83t-ccu.h>48 #include <dt-bindings/clock/sun8i-de2.h>49 #include <dt-bindings/clock/sun8i-r-ccu.h>50 #include <dt-bindings/reset/sun8i-a83t-ccu.h>51 #include <dt-bindings/reset/sun8i-de2.h>52 #include <dt-bindings/reset/sun8i-r-ccu.h>53 #include <dt-bindings/thermal/thermal.h>56 interrupt-parent = <&gic>;[all …]
4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/clock/sun8i-de2.h>44 #include <dt-bindings/clock/sun8i-h3-ccu.h>45 #include <dt-bindings/clock/sun8i-r-ccu.h>46 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/reset/sun8i-de2.h>48 #include <dt-bindings/reset/sun8i-h3-ccu.h>49 #include <dt-bindings/reset/sun8i-r-ccu.h>52 interrupt-parent = <&gic>;53 #address-cells = <1>;[all …]
2 * Copyright 2017 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;46 #include "sun8i-a83t.dtsi"48 #include <dt-bindings/gpio/gpio.h>51 model = "Banana Pi BPI-M3";52 compatible = "sinovoip,bpi-m3", "allwinner,sun8i-a83t";55 ethernet0 = &emac;60 stdout-path = "serial0:115200n8";[all …]
2 * Copyright 2015 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;46 #include "sun8i-a83t.dtsi"48 #include <dt-bindings/gpio/gpio.h>52 compatible = "cubietech,cubietruck-plus", "allwinner,sun8i-a83t";55 ethernet0 = &emac;60 stdout-path = "serial0:115200n8";63 hdmi-connector {[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-only3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver"45 This selects the full function, default is Y, full-featured version65 tristate "Support for snps,dwc-qos-ethernet.txt DT binding."70 Support for chips using the snps,dwc-qos-ethernet.txt DT binding.100 will behave like standard non-accelerated ethernet interfaces.219 tristate "Allwinner sun8i GMAC support"224 Support for Allwinner H3 A83T A64 EMAC ethernet controllers.227 stmmac device driver. This driver is used for H3/A83T/A64228 EMAC ethernet controller.
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * dwmac-sun8i.c - Allwinner sun8i DWMAC specific glue layer11 #include <linux/mdio-mux.h>26 /* General notes on dwmac-sun8i:31 /* struct emac_variant - Describe dwmac-sun8i hardware variant32 * @default_syscon_value: The default value of the EMAC register in syscon33 * This value is used for disabling properly EMAC59 /* struct sunxi_priv_data - hold all sunxi private data68 * @mux_handle: Internal pointer used by mdio-mux lib82 /* EMAC clock register @ 0x30 in the "system control" address range */[all …]
5 * SPDX-License-Identifier: GPL-2.0+7 * Ethernet driver for H3/A64/A83T based SoC's10 * LABBE Corentin & Chen-Yu Tsai for Linux, THANKS!25 #include <asm-generic/gpio.h>74 /* H3/A64 EMAC Register's offset */148 struct udevice *dev = bus->priv; in sun8i_mdio_read()166 writel(miiaddr, priv->mac_reg + EMAC_MII_CMD); in sun8i_mdio_read()170 if (!(readl(priv->mac_reg + EMAC_MII_CMD) & MDIO_CMD_MII_BUSY)) in sun8i_mdio_read()171 return readl(priv->mac_reg + EMAC_MII_DATA); in sun8i_mdio_read()175 return -1; in sun8i_mdio_read()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved.6 #include <linux/clk-provider.h>22 #include "ccu-sun8i-a83t.h"29 * Neither mainline Linux, U-boot, nor the vendor BSPs use these.44 .hw.init = CLK_HW_INIT("pll-c0cpux", "osc24M",58 .hw.init = CLK_HW_INIT("pll-c1cpux", "osc24M",92 .hw.init = CLK_HW_INIT("pll-audio", "osc24M",109 .hw.init = CLK_HW_INIT("pll-video0", "osc24M",125 .hw.init = CLK_HW_INIT("pll-ve", "osc24M",[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]