Searched +full:lpc3220 +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc32xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com> 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 …]
|
H A 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-cell [all...] |
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | nxp,lpc3220-timer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/nxp,lpc3220-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC3220 timer 10 - Animesh Agarwal <animeshagarwal28@gmail.com> 13 The NXP LPC3220 timer is used on a wide range of NXP SoCs. This includes 18 const: nxp,lpc3220-timer 29 clock-names: 36 - compatible [all …]
|
H A D | nxp,lpc3220-timer.txt | 1 * NXP LPC3220 timer 3 The NXP LPC3220 timer is used on a wide range of NXP SoCs. This 7 - compatible: 8 Should be "nxp,lpc3220-timer". 9 - reg: 11 - interrupts: 12 Reference to the timer interrupt 13 - clocks: 14 Should contain a reference to timer clock. 15 - clock-names: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio_lpc32xx.txt | 4 - compatible: must be "nxp,lpc3220-gpio" 5 - reg: Physical base address and length of the controller's registers. 6 - gpio-controller: Marks the device node as a GPIO controller. 7 - #gpio-cells: Should be 3: 17 - bit 0 specifies polarity (0 for normal, 1 for inverted) 18 - reg: Index of the GPIO group 23 compatible = "nxp,lpc3220-gpio"; 25 gpio-controller; 26 #gpio-cells = <3>; /* bank, pin, flags */ 30 compatible = "gpio-leds"; [all …]
|