boards: st: add dac node in dts file and update docs
- enable dac in nucleo_u385rg_q - add dac as new supported interface in docs - update yaml files Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
This commit is contained in:
parent
20d4ab149e
commit
69c2ce0d61
2 changed files with 7 additions and 0 deletions
|
@ -93,3 +93,9 @@
|
||||||
&clk_lsi {
|
&clk_lsi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dac1 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&dac1_out1_pa4>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
|
@ -6,6 +6,7 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- dac
|
||||||
- gpio
|
- gpio
|
||||||
- usart
|
- usart
|
||||||
ram: 256
|
ram: 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue