1# Copyright (c) 2023, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP MCUX LPDAC
5
6compatible: "nxp,lpdac"
7
8include: [dac-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  voltage-reference:
15    type: int
16    required: true
17    description: |
18      DAC voltage reference select. The meaning of the value may be
19      different for different SoCs.
20
21  low-power-mode:
22    type: boolean
23    description: Enable low-power mode
24
25  "#io-channel-cells":
26    const: 1
27
28io-channel-cells:
29  - output
30