Searched +full:lpc3220 +full:- +full:usb +full:- +full:clk (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/arm/boot/dts/nxp/lpc/ |
D | lpc32xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <[email protected]> 9 #include <dt-bindings/clock/lpc32xx-clock.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 15 compatible = "nxp,lpc3220"; 16 interrupt-parent = <&mic>; 19 #address-cells = <1>; 20 #size-cells = <0>; [all …]
|
D | lpc18xx.dtsi | 9 * Released under the terms of 3-clause BSD License 14 #include "../../armv7-m.dtsi" 16 #include "dt-bindings/clock/lpc18xx-cgu.h" 17 #include "dt-bindings/clock/lpc18xx-ccu.h" 23 #address-cells = <1>; 24 #size-cells = <1>; 27 #address-cells = <1>; 28 #size-cells = <0>; 31 compatible = "arm,cortex-m3"; 40 compatible = "fixed-clock"; [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | nxp,lpc3220-usb-clk.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/nxp,lpc3220-usb-clk.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC32xx USB Clock Controller 10 - Animesh Agarwal <[email protected]> 14 const: nxp,lpc3220-usb-clk 19 '#clock-cells': 23 - compatible 24 - reg [all …]
|
/linux-6.14.4/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 #include <linux/clk.h> 7 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/lpc32xx-clock.h> 17 /* Common bitfield definitions for x397 PLL (lock), USB PLL and HCLK PLL */ 60 /* Clock registers on USB controller */ 101 /* USB clocks */ 119 /* Renumbered USB clocks, may have a parent from SCB table */ 165 static struct clk *clk[LPC32XX_CLK_MAX]; variable 167 .clks = clk, [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] 88 F: drivers/scsi/3w-* [all …]
|
/linux-6.14.4/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * USB Gadget driver for LPC32xx 18 #include <linux/clk.h> 20 #include <linux/dma-mapping.h> 30 #include <linux/usb/ch9.h> 31 #include <linux/usb/gadget.h> 32 #include <linux/usb/isp1301.h> 40 * USB device configuration structure 78 #define DATA_IN 1 /* Expect dev->host transfer */ 79 #define DATA_OUT 2 /* Expect host->dev transfer */ [all …]
|