dts: bindings: rename nxp,kinetis-ftm compatible
Rename "nxp,kinetis-ftm" compatible to "nxp,ftm" to remove the device family from its name. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
dd86a4dcf8
commit
7c112e487c
9 changed files with 36 additions and 36 deletions
|
|
@ -301,7 +301,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x98>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x98>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
|
||||
|
|
@ -321,7 +321,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x98>;
|
||||
interrupts = <44 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
|
||||
|
|
@ -331,7 +331,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@400b9000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x400b9000 0x98>;
|
||||
interrupts = <71 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x98>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -395,7 +395,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x98>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -404,7 +404,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x98>;
|
||||
interrupts = <44 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -413,7 +413,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@400b9000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x400b9000 0x98>;
|
||||
interrupts = <71 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -308,7 +308,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <44 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -317,7 +317,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@400b9000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x400b9000 0x1000>;
|
||||
interrupts = <71 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
|
|||
|
|
@ -535,7 +535,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&pcc 0xe0 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
@ -544,7 +544,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&pcc 0xe4 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
@ -553,7 +553,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <44 0>;
|
||||
clocks = <&pcc 0xe8 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
@ -562,7 +562,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@40026000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40026000 0x1000>;
|
||||
interrupts = <71 0>;
|
||||
clocks = <&pcc 0x98 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <17 0>;
|
||||
clocks = <&pcc 0xe0 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <18 0>;
|
||||
clocks = <&pcc 0xe4 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
@ -363,7 +363,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <19 0>;
|
||||
clocks = <&pcc 0xe8 KINETIS_PCC_SRC_FIRC_ASYNC>;
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <42 0>;
|
||||
prescaler = <16>;
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <43 0>;
|
||||
prescaler = <16>;
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <53 0>;
|
||||
prescaler = <16>;
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@40026000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40026000 0x1000>;
|
||||
interrupts = <71 0>;
|
||||
prescaler = <16>;
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x98>;
|
||||
interrupts = <42 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -304,7 +304,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x98>;
|
||||
interrupts = <43 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
@ -313,7 +313,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000{
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x98>;
|
||||
interrupts = <44 0>;
|
||||
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@
|
|||
};
|
||||
|
||||
ftm0: ftm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <99 0>, <100 0>, <101 0>, <102 0>, <104 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
};
|
||||
|
||||
ftm1: ftm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <105 0>, <106 0>, <107 0>, <108 0>, <110 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
};
|
||||
|
||||
ftm2: ftm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <111 0>, <112 0>, <113 0>, <114 0>, <116 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
};
|
||||
|
||||
ftm3: ftm@40026000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40026000 0x1000>;
|
||||
interrupts = <117 0>, <118 0>, <119 0>, <120 0>, <122 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
};
|
||||
|
||||
ftm4: ftm@4006e000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4006e000 0x1000>;
|
||||
interrupts = <123 0>, <124 0>, <125 0>, <126 0>, <128 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
};
|
||||
|
||||
ftm5: ftm@4006f000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x4006f000 0x1000>;
|
||||
interrupts = <129 0>, <130 0>, <131 0>, <132 0>, <134 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
};
|
||||
|
||||
ftm6: ftm@40070000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40070000 0x1000>;
|
||||
interrupts = <135 0>, <136 0>, <137 0>, <138 0>, <140 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
@ -309,7 +309,7 @@
|
|||
};
|
||||
|
||||
ftm7: ftm@40071000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
compatible = "nxp,ftm";
|
||||
reg = <0x40071000 0x1000>;
|
||||
interrupts = <141 0>, <142 0>, <143 0>, <144 0>, <146 0>;
|
||||
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright (c) 2017, NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Kinetis FTM
|
||||
description: NXP FlexTimer Module (FTM)
|
||||
|
||||
compatible: "nxp,kinetis-ftm"
|
||||
compatible: "nxp,ftm"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
Loading…
Reference in a new issue