Searched +full:vf610 +full:- +full:pit (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/fsl,vf610-pit.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale Periodic Interrupt Timer (PIT)10 - Frank Li <Frank.Li@nxp.com>13 The PIT module is an array of timers that can be used to raise interrupts19 - fsl,vf610-pit30 clock-names:32 - const: pit[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)5 #include "vf610-pinfunc.h"6 #include <dt-bindings/clock/vf610-clock.h>7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/gpio/gpio.h>32 compatible = "fixed-clock";33 #clock-cells = <0>;34 clock-frequency = <24000000>;38 compatible = "fixed-clock";39 #clock-cells = <0>;[all …]