Searched +full:ftm +full:- +full:quaddec (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/counter/fsl,ftm-quaddec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#13 - Frank Li <Frank.li@nxp.com>17 const: fsl,ftm-quaddec22 big-endian: true25 - compatible26 - reg31 - |[all …]
6 - compatible: Must be "fsl,ftm-quaddec".7 - reg: Must be set to the memory region of the flextimer.10 - big-endian: Access the device registers in big-endian mode.14 compatible = "fsl,ftm-quaddec";16 big-endian;
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Copyright 2013-2014 Freescale Semiconductor, Inc.6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/thermal/thermal.h>10 #address-cells = <2>;11 #size-cells = <2>;12 interrupt-parent = <&gic>;30 #address-cells = <1>;31 #size-cells = <0>;34 compatible = "arm,cortex-a7";[all …]