Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions boards/adi/max32666evkit/max32666evkit_max32666_cpu0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
status = "okay";
};

zephyr_udc0: &usbhs {
status = "okay";
};

/* Ensure we don't attempt to access flash instance used by CPU1 */
&flash1 {
status = "disabled";
Expand Down
12 changes: 12 additions & 0 deletions dts/arm/adi/max32/max32666.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,17 @@
status = "disabled";
};
};

usbhs: usbhs@400b1000 {
compatible = "adi,max32-usbhs";
reg = <0x400b1000 0x1000>;
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 3>;
interrupts = <2 0>;
num-bidir-endpoints = <1>;
num-in-endpoints = <6>;
num-out-endpoints = <7>;
maximum-speed = "high-speed";
status = "disabled";
};
};
};
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ manifest:
groups:
- fs
- name: hal_adi
revision: 1da695cbfbbaefcf166a22165702a7442d5e39c0
revision: b93ba93f7a9f915a5833d735281c1dba1ad1f026
path: modules/hal/adi
groups:
- hal
Expand Down
Loading