dts: Rename k64f-gpio to kinetis-gpio

Multiple Kinetis SoCs have the same gpio hardware as the k64 and can use
the same mcux driver, so rename the dts to be more generic.

Also fixes some stranded references to kw41z-gpio to the new
kinetis-gpio.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2017-06-19 20:56:08 -05:00 committed by Kumar Gala
commit 28c2c627e5
4 changed files with 14 additions and 14 deletions

View file

@ -221,7 +221,7 @@
};
gpioa: gpio@400ff000 {
compatible = "nxp,k64f-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff000 0x40>;
interrupts = <59 2>;
@ -230,7 +230,7 @@
};
gpiob: gpio@400ff040 {
compatible = "nxp,k64f-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff040 0x40>;
interrupts = <60 2>;
@ -239,7 +239,7 @@
};
gpioc: gpio@400ff080 {
compatible = "nxp,k64f-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff080 0x40>;
interrupts = <61 2>;
@ -248,7 +248,7 @@
};
gpiod: gpio@400ff0c0 {
compatible = "nxp,k64f-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff0c0 0x40>;
interrupts = <62 2>;
@ -257,7 +257,7 @@
};
gpioe: gpio@400ff100 {
compatible = "nxp,k64f-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff100 0x40>;
interrupts = <63 2>;

View file

@ -110,7 +110,7 @@
};
gpioa: gpio@400ff000 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff000 0x40>;
interrupts = <30 2>;
gpio-controller;
@ -118,7 +118,7 @@
};
gpiob: gpio@400ff040 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff040 0x40>;
interrupts = <31 2>;
gpio-controller;
@ -126,7 +126,7 @@
};
gpioc: gpio@400ff080 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff080 0x40>;
interrupts = <31 2>;
gpio-controller;

View file

@ -110,7 +110,7 @@
};
gpioa: gpio@400ff000 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff000 0x40>;
interrupts = <30 2>;
gpio-controller;
@ -118,7 +118,7 @@
};
gpiob: gpio@400ff040 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff040 0x40>;
interrupts = <31 2>;
gpio-controller;
@ -126,7 +126,7 @@
};
gpioc: gpio@400ff080 {
compatible = "nxp,kw41z-gpio";
compatible = "nxp,kinetis-gpio";
reg = <0x400ff080 0x40>;
interrupts = <31 2>;
gpio-controller;

View file

@ -1,16 +1,16 @@
---
title: K64 GPIO
title: Kinetis GPIO
version: 0.1
description: >
This is a representation of the K64 GPIO nodes
This is a representation of the Kinetis GPIO nodes
properties:
- compatible:
type: string
category: required
description: compatible strings
constraint: "nxp,k64f-gpio"
constraint: "nxp,kinetis-gpio"
- reg:
type: int