Browse Source
add uhc related items to dts. add clock initialization add BM4 if CONFIG_USB_UHC_NXP_KHCI is enabled add pin mux update board related CMakeLists.txt update sdk-ng CMake to include NXP controller drivers update west.yml to contain the hal_nxp pr Signed-off-by: Mark Wang <yichang.wang@nxp.com>pull/90879/head
23 changed files with 274 additions and 15 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Copyright 2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: NXP EHCI USB host controller |
||||
|
||||
compatible: "nxp,uhc-ehci" |
||||
|
||||
include: [usb-controller.yaml] |
||||
|
||||
properties: |
||||
phy_handle: |
||||
type: phandle |
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# # Copyright 2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: NXP IP3516HS USB host controller |
||||
|
||||
compatible: "nxp,uhc-ip3516hs" |
||||
|
||||
include: [usb-controller.yaml, pinctrl-device.yaml] |
||||
|
||||
properties: |
||||
phy_handle: |
||||
type: phandle |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# # Copyright 2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: NXP KHCI USB host controller |
||||
|
||||
compatible: "nxp,uhc-khci" |
||||
|
||||
include: [usb-controller.yaml] |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# # Copyright 2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: NXP OHCI USB host controller |
||||
|
||||
compatible: "nxp,uhc-ohci" |
||||
|
||||
include: [usb-controller.yaml, pinctrl-device.yaml] |
Loading…
Reference in new issue