boards: adi: Add 1-Wire driver in MAX32690EVKIT driver list
Add 1W driver in MAX32690EVKIT driver list Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
e3355e9a53
commit
2b02bf31a9
3 changed files with 8 additions and 0 deletions
|
|
@ -125,6 +125,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| PWM | on-chip | pwm |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| W1 | on-chip | one wire master |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
|||
|
|
@ -158,3 +158,8 @@
|
|||
pinctrl-0 = <&spi0b_mosi_p2_28 &spi0b_miso_p2_27 &spi0b_sck_p2_29 &spi0b_ss1_p2_26>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&w1 {
|
||||
pinctrl-0 = <&owm_io_p0_8 &owm_pe_p0_7>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@ supported:
|
|||
- adc
|
||||
- counter
|
||||
- pwm
|
||||
- w1
|
||||
ram: 1024
|
||||
flash: 3072
|
||||
|
|
|
|||
Loading…
Reference in a new issue