dts: Rename kw41z-lpuart to kinetis-lpuart
Multiple Kinetis SoCs have the same lpuart hardware as the kw41z and can use the same mcux driver, so rename the dts to be more generic. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
15898fca9c
commit
8f07f1ab61
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
||||
|
||||
#define CONFIG_UART_MCUX_LPUART_0_BAUD_RATE NXP_KW41Z_LPUART_40054000_CURRENT_SPEED
|
||||
#define CONFIG_UART_MCUX_LPUART_0_IRQ_PRI NXP_KW41Z_LPUART_40054000_IRQ_0_PRIORITY
|
||||
#define CONFIG_UART_MCUX_LPUART_0_NAME NXP_KW41Z_LPUART_40054000_LABEL
|
||||
#define CONFIG_UART_MCUX_LPUART_0_BAUD_RATE NXP_KINETIS_LPUART_40054000_CURRENT_SPEED
|
||||
#define CONFIG_UART_MCUX_LPUART_0_IRQ_PRI NXP_KINETIS_LPUART_40054000_IRQ_0_PRIORITY
|
||||
#define CONFIG_UART_MCUX_LPUART_0_NAME NXP_KINETIS_LPUART_40054000_LABEL
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
||||
|
||||
#define CONFIG_UART_MCUX_LPUART_0_BAUD_RATE NXP_KW41Z_LPUART_40054000_CURRENT_SPEED
|
||||
#define CONFIG_UART_MCUX_LPUART_0_IRQ_PRI NXP_KW41Z_LPUART_40054000_IRQ_0_PRIORITY
|
||||
#define CONFIG_UART_MCUX_LPUART_0_NAME NXP_KW41Z_LPUART_40054000_LABEL
|
||||
#define CONFIG_UART_MCUX_LPUART_0_BAUD_RATE NXP_KINETIS_LPUART_40054000_CURRENT_SPEED
|
||||
#define CONFIG_UART_MCUX_LPUART_0_IRQ_PRI NXP_KINETIS_LPUART_40054000_IRQ_0_PRIORITY
|
||||
#define CONFIG_UART_MCUX_LPUART_0_NAME NXP_KINETIS_LPUART_40054000_LABEL
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
lpuart0: lpuart@40054000 {
|
||||
compatible = "nxp,kw41z-lpuart";
|
||||
compatible = "nxp,kinetis-lpuart";
|
||||
reg = <0x40054000 0x18>;
|
||||
interrupts = <12 0>;
|
||||
label = "UART_0";
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
lpuart0: lpuart@40054000 {
|
||||
compatible = "nxp,kw41z-lpuart";
|
||||
compatible = "nxp,kinetis-lpuart";
|
||||
reg = <0x40054000 0x18>;
|
||||
interrupts = <12 0>;
|
||||
label = "UART_0";
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: KW41Z LPUART
|
||||
id: nxp,kw41z-lpuart
|
||||
title: Kinetis LPUART
|
||||
id: nxp,kinetis-lpuart
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the KW41Z LowPower-UART
|
||||
This binding gives a base representation of the Kinetis LPUART
|
||||
|
||||
inherits:
|
||||
- !include uart.yaml
|
||||
|
@ -14,7 +14,7 @@ properties:
|
|||
type: string
|
||||
category: required
|
||||
description: compatible strings
|
||||
constraint: "nxp,kw41z-lpuart"
|
||||
constraint: "nxp,kinetis-lpuart"
|
||||
|
||||
- reg:
|
||||
type: array
|
Loading…
Add table
Add a link
Reference in a new issue