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:
parent
0dd852bc3c
commit
28c2c627e5
4 changed files with 14 additions and 14 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue