dts: nxp: fix typo in usbd bindings
Fix typo in usbd bindings. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
4d0a1912a6
commit
5fae373107
4 changed files with 12 additions and 12 deletions
|
@ -116,10 +116,10 @@
|
|||
#define CONFIG_SPI_2_CLOCK_NAME NXP_KINETIS_DSPI_400AC000_CLOCK_CONTROLLER
|
||||
#define CONFIG_SPI_2_CLOCK_SUBSYS NXP_KINETIS_DSPI_400AC000_CLOCK_NAME
|
||||
|
||||
#define CONFIG_USBD_KINETIS_NAME NXP_KINETIS_USBD_40027000_LABEL
|
||||
#define CONFIG_USBD_KINETIS_IRQ NXP_KINETIS_USBD_40027000_IRQ_USB_OTG
|
||||
#define CONFIG_USBD_KINETIS_IRQ_PRI NXP_KINETIS_USBD_40027000_IRQ_USB_OTG_PRIORITY
|
||||
#define CONFIG_USBD_KINETIS_BASE_ADDRESS NXP_KINETIS_USBD_40027000_BASE_ADDRESS
|
||||
#define CONFIG_USBD_KINETIS_NUM_BIDIR_EP NXP_KINETIS_USBD_40027000_NUM_BIDIR_ENDPOINTS
|
||||
#define CONFIG_USBD_KINETIS_NAME NXP_KINETIS_USBD_40072000_LABEL
|
||||
#define CONFIG_USBD_KINETIS_IRQ NXP_KINETIS_USBD_40072000_IRQ_USB_OTG
|
||||
#define CONFIG_USBD_KINETIS_IRQ_PRI NXP_KINETIS_USBD_40072000_IRQ_USB_OTG_PRIORITY
|
||||
#define CONFIG_USBD_KINETIS_BASE_ADDRESS NXP_KINETIS_USBD_40072000_BASE_ADDRESS
|
||||
#define CONFIG_USBD_KINETIS_NUM_BIDIR_EP NXP_KINETIS_USBD_40072000_NUM_BIDIR_ENDPOINTS
|
||||
|
||||
/* End of SoC Level DTS fixup file */
|
||||
|
|
|
@ -105,11 +105,11 @@
|
|||
#define CONFIG_MCR20A_GPIO_RESET_NAME NXP_KINETIS_DSPI_4002D000_NXP_MCR20A_0_RESET_GPIOS_CONTROLLER
|
||||
#define CONFIG_MCR20A_GPIO_RESET_PIN NXP_KINETIS_DSPI_4002D000_NXP_MCR20A_0_RESET_GPIOS_PIN
|
||||
|
||||
#define CONFIG_USBD_KINETIS_NAME NXP_KINETIS_USBD_40027000_LABEL
|
||||
#define CONFIG_USBD_KINETIS_IRQ NXP_KINETIS_USBD_40027000_IRQ_USB_OTG
|
||||
#define CONFIG_USBD_KINETIS_IRQ_PRI NXP_KINETIS_USBD_40027000_IRQ_USB_OTG_PRIORITY
|
||||
#define CONFIG_USBD_KINETIS_BASE_ADDRESS NXP_KINETIS_USBD_40027000_BASE_ADDRESS
|
||||
#define CONFIG_USBD_KINETIS_NUM_BIDIR_EP NXP_KINETIS_USBD_40027000_NUM_BIDIR_ENDPOINTS
|
||||
#define CONFIG_USBD_KINETIS_NAME NXP_KINETIS_USBD_40072000_LABEL
|
||||
#define CONFIG_USBD_KINETIS_IRQ NXP_KINETIS_USBD_40072000_IRQ_USB_OTG
|
||||
#define CONFIG_USBD_KINETIS_IRQ_PRI NXP_KINETIS_USBD_40072000_IRQ_USB_OTG_PRIORITY
|
||||
#define CONFIG_USBD_KINETIS_BASE_ADDRESS NXP_KINETIS_USBD_40072000_BASE_ADDRESS
|
||||
#define CONFIG_USBD_KINETIS_NUM_BIDIR_EP NXP_KINETIS_USBD_40072000_NUM_BIDIR_ENDPOINTS
|
||||
#endif /* CONFIG_SOC_MKW22D5 || CONFIG_SOC_MKW24D5 */
|
||||
|
||||
#if defined(CONFIG_SOC_MKW40Z4) || defined(CONFIG_SOC_MKW41Z4)
|
||||
|
|
|
@ -384,7 +384,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usbd: usbd@40027000 {
|
||||
usbd: usbd@40072000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
interrupts = <53 1>;
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usbd: usbd@40027000 {
|
||||
usbd: usbd@40072000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
interrupts = <53 1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue