Commit 49c27317 authored by Sidhdharth Yadav's avatar Sidhdharth Yadav Committed by Carles Cufi
Browse files

boards/arm: nucleo_f767zi: enabling dac for nucleo_f767zi in device tree



Enabling DAC support for STM32 nucleo_f767zi in device tree.
Documentation has been updated.

Signed-off-by: default avatarSidhdharth Yadav <sidhdharth.yadav@hcl.com>
parent db73903e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ features:
+-----------+------------+-------------------------------------+
| RNG       | on-chip    | True Random number generator        |
+-----------+------------+-------------------------------------+
| DAC       | on-chip    | DAC Controller                      |
+-----------+------------+-------------------------------------+


(*) nucleo_f767zi with soc cut-A (Device marking A) has some ethernet
    instability (https://github.com/zephyrproject-rtos/zephyr/issues/26519).
+5 −0
Original line number Diff line number Diff line
@@ -135,6 +135,11 @@
	status = "okay";
};

&dac1 {
	status = "okay";
	pinctrl-0 = <&dac_out1_pa4>;
};

&rng {
	status = "okay";
};
+1 −0
Original line number Diff line number Diff line
@@ -23,3 +23,4 @@ supported:
  - watchdog
  - counter
  - can
  - dac