Searched +full:stm32 +full:- +full:dwmac (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/net/stm32-dwmac.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: STMicroelectronics STM32 / MCU DWMAC glue layer controller11 - Alexandre Torgue <alexandre.torgue@st.com>12 - Christophe Roullier <christophe.roullier@st.com>17 # We need a select here so we don't match all nodes with 'snps,dwmac'23 - st,stm32-dwmac24 - st,stm32mp1-dwmac[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver"45 tristate "Support for snps,dwc-qos-ethernet.txt DT binding."50 Support for chips using the snps,dwc-qos-ethernet.txt DT binding.53 tristate "Generic driver for DWMAC"56 Generic DWMAC driver for platforms that don't require any70 tristate "QCA IPQ806x DWMAC support"75 Support for QCA IPQ806X DWMAC Ethernet.80 will behave like standard non-accelerated ethernet interfaces.83 tristate "NXP LPC18xx/43xx DWMAC support"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU38 *------------------------------------------40 *------------------------------------------42 *------------------------------------------44 *------------------------------------------46 *------------------------------------------48 *------------------------------------------64 * ---------------------------------------------------------------------------65 *| MII | - | eth-ck | n/a | n/a |[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_STMMAC_ETH) += stmmac.o3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \9 $(stmmac-y)11 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o14 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o15 obj-$(CONFIG_DWMAC_ANARION) += dwmac-anarion.o16 obj-$(CONFIG_DWMAC_IPQ806X) += dwmac-ipq806x.o17 obj-$(CONFIG_DWMAC_LPC18XX) += dwmac-lpc18xx.o18 obj-$(CONFIG_DWMAC_MEDIATEK) += dwmac-mediatek.o[all …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include "armv7-m.dtsi"44 #include <dt-bindings/clock/stm32h7-clks.h>45 #include <dt-bindings/mfd/stm32h7-rcc.h>46 #include <dt-bindings/interrupt-controller/irq.h>49 #address-cells = <1>;50 #size-cells = <1>;53 clk_hse: clk-hse {54 #clock-cells = <0>;[all …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 #include "armv7-m.dtsi"49 #include <dt-bindings/clock/stm32fx-clock.h>50 #include <dt-bindings/mfd/stm32f4-rcc.h>53 #address-cells = <1>;54 #size-cells = <1>;57 clk_hse: clk-hse {58 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 /dts-v1/;50 #include "stm32f429-pinctrl.dtsi"51 #include <dt-bindings/input/input.h>52 #include <dt-bindings/gpio/gpio.h>55 model = "STMicroelectronics STM32429i-EVAL board";56 compatible = "st,stm32429i-eval", "st,stm32f429";60 stdout-path = "serial0:115200n8";[all …]
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 …]