Searched +full:mpfs +full:- +full:gpio (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)2 /* Copyright (c) 2020-2021 Microchip Technology Inc */4 /dts-v1/;5 #include "dt-bindings/clock/microchip,mpfs-clock.h"8 #address-cells = <2>;9 #size-cells = <2>;11 compatible = "microchip,mpfs";14 #address-cells = <1>;15 #size-cells = <0>;20 i-cache-block-size = <64>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Original all-in-one devicetree:4 * Copyright (C) 2021-2022 - Wolfgang Grandegger <wg@aries-embedded.de>6 * Copyright (C) 2022 - Conor Dooley <conor.dooley@microchip.com>8 /dts-v1/;10 #include "mpfs.dtsi"11 #include "mpfs-m100pfs-fabric.dtsi"18 compatible = "aries,m100pfsevp", "microchip,mpfs";33 stdout-path = "serial1:115200n8";37 timebase-frequency = <MTIMER_FREQ>;[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/microchip,mpfs-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Microchip MPFS GPIO Controller10 - Conor Dooley <conor.dooley@microchip.com>15 - enum:16 - microchip,mpfs-gpio23 Interrupt mapping, one per GPIO. Maximum 32 GPIOs.27 interrupt-controller: true[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 …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2004-2006 Atmel Corporation10 #include <linux/clk-provider.h>20 #include <linux/gpio.h>21 #include <linux/gpio/consumer.h>25 #include <linux/dma-mapping.h>41 #include <linux/firmware/xlnx-zynqmp.h>58 * (bp)->rx_ring_size)64 * (bp)->tx_ring_size)67 #define MACB_TX_WAKEUP_THRESH(bp) (3 * (bp)->tx_ring_size / 4)[all …]