Searched +full:lpc3220 +full:- +full:timer (Results 1 – 4 of 4) sorted by relevance
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 …]
9 * Released under the terms of 3-clause BSD License14 #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 …]
1 * NXP LPC3220 timer3 The NXP LPC3220 timer is used on a wide range of NXP SoCs. This7 - compatible:8 Should be "nxp,lpc3220-timer".9 - reg:11 - interrupts:12 Reference to the timer interrupt13 - clocks:14 Should contain a reference to timer clock.15 - clock-names:[all …]
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 group23 compatible = "nxp,lpc3220-gpio";25 gpio-controller;26 #gpio-cells = <3>; /* bank, pin, flags */30 compatible = "gpio-leds";[all …]