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:
parent
6623e834db
commit
fd9b1332aa
|
@ -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
|
||||
===================
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -18,5 +18,6 @@ supported:
|
|||
- adc
|
||||
- counter
|
||||
- pwm
|
||||
- w1
|
||||
ram: 128
|
||||
flash: 512
|
||||
|
|
Loading…
Reference in New Issue