Searched +full:imx51 +full:- +full:kpp (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/imx-keypad.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX Keypad Port(KPP)10 - Liu Ying <gnuiyl@gmail.com>13 - $ref: /schemas/input/matrix-keymap.yaml#16 The KPP is designed to interface with a keypad matrix with 2-point contact17 or 3-point contact keys. The KPP is designed to simplify the software task18 of scanning a keypad matrix. The KPP is capable of detecting, debouncing,[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include <dt-bindings/clock/imx6qdl-clock.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 * pre-existing /chosen node to be available to insert the58 compatible = "fixed-clock";59 #clock-cells = <0>;60 clock-frequency = <32768>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]