diff --git a/boards/adi/max32662evkit/doc/index.rst b/boards/adi/max32662evkit/doc/index.rst index fdeee5a2d83..9974847d598 100644 --- a/boards/adi/max32662evkit/doc/index.rst +++ b/boards/adi/max32662evkit/doc/index.rst @@ -103,6 +103,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT. +-----------+------------+-------------------------------------+ | SPI | on-chip | spi | +-----------+------------+-------------------------------------+ +| DMA | on-chip | dma controller | ++-----------+------------+-------------------------------------+ Connections and IOs diff --git a/boards/adi/max32662evkit/max32662evkit.dts b/boards/adi/max32662evkit/max32662evkit.dts index 552f2875f56..ed1d597eb0d 100644 --- a/boards/adi/max32662evkit/max32662evkit.dts +++ b/boards/adi/max32662evkit/max32662evkit.dts @@ -10,6 +10,7 @@ #include #include #include +#include / { model = "Analog Devices MAX32662EVKIT"; @@ -61,6 +62,10 @@ status = "okay"; }; +&dma0 { + status = "okay"; +}; + &gpio0 { status = "okay"; }; diff --git a/boards/adi/max32662evkit/max32662evkit.yaml b/boards/adi/max32662evkit/max32662evkit.yaml index 1f7ee19cb1f..0326f9effd3 100644 --- a/boards/adi/max32662evkit/max32662evkit.yaml +++ b/boards/adi/max32662evkit/max32662evkit.yaml @@ -8,6 +8,7 @@ toolchain: - gnuarmemb - xtools supported: + - dma - gpio - serial - trng