From 725c28ec4ea9f92cb7f6768619e344e692a84a8d Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Thu, 12 Dec 2024 15:45:59 +0800 Subject: [PATCH] dts: arm/nxp: Add usb nodes to NXP MCXA156 dtsi file Add usb nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa156.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa156.dtsi b/dts/arm/nxp/nxp_mcxa156.dtsi index 0aa4ed2cb52..87356302382 100644 --- a/dts/arm/nxp/nxp_mcxa156.dtsi +++ b/dts/arm/nxp/nxp_mcxa156.dtsi @@ -296,6 +296,16 @@ resolution = <32>; status = "disabled"; }; + + usb: usbd@400a4000 { + compatible = "nxp,kinetis-usbd"; + reg = <0x400a4000 0x1000>; + interrupts = <36 1>; + interrupt-names = "usb"; + num-bidir-endpoints = <16>; + status = "disabled"; + no-voltage-regulator; + }; }; };