boards: adi: Add 1-Wire driver in MAX32655EVKIT driver list

1-Wire interface can be used with MAX32655EVKIT
It added in supported interface list

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2023-11-30 13:55:44 +03:00 committed by Carles Cufí
parent 6623e834db
commit fd9b1332aa
3 changed files with 8 additions and 0 deletions

View File

@ -103,6 +103,8 @@ Below are the interfaces supported by Zephyr on MAX32655EVKIT.
+-----------+------------+-------------------------------------+
| PWM | on-chip | pwm |
+-----------+------------+-------------------------------------+
| W1 | on-chip | one wire master |
+-----------+------------+-------------------------------------+
Connections and IOs
===================

View File

@ -117,3 +117,8 @@
pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>;
pinctrl-names = "default";
};
&w1 {
pinctrl-0 = <&owm_io_p0_6 &owm_pe_p0_7>;
pinctrl-names = "default";
};

View File

@ -18,5 +18,6 @@ supported:
- adc
- counter
- pwm
- w1
ram: 128
flash: 512