Searched +full:stm32mp1 +full:- +full:dwmac (Results 1 – 6 of 6) 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@foss.st.com>12 - Christophe Roullier <christophe.roullier@foss.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 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU38 *------------------------------------------40 *------------------------------------------42 *------------------------------------------44 *------------------------------------------46 *------------------------------------------48 *------------------------------------------57 /* STM32MP1 register definitions64 * ---------------------------------------------------------------------------[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 …]
1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved9 #include "stm32mp15xx-dhcor-io1v8.dtsi"22 cec_clock: clk-cec-fixed {23 #clock-cells = <0>;24 compatible = "fixed-clock";25 clock-frequency = <24000000>;29 stdout-path = "serial0:115200n8";32 hdmi-out {33 compatible = "hdmi-connector";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/mfd/st,stpmic1.h>16 reserved-memory {17 #address-cells = <1>;18 #size-cells = <1>;22 compatible = "shared-dma-pool";24 no-map;28 compatible = "shared-dma-pool";[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 …]