1# Copyright (c) 2024 Vogl Electronic GmbH
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: |
6  Monolithic Power Systems MPM54304 quad-output DC/DC step-down power module.
7  See https://www.monolithicpower.com/en/mpm54304.html.
8
9  The MPM54304 has four buck regulators. All need to be defined as
10  children nodes, strictly following the BUCK1..4 node names. For
11  example:
12
13  mpm54304@68 {
14    reg = <0x68>;
15    ...
16
17    BUCK1 {
18      /* all properties for BUCK1 */
19    };
20    BUCK2 {
21      /* all properties for BUCK2 */
22    };
23    BUCK3 {
24      /* all properties for BUCK3 */
25    };
26    BUCK4 {
27      /* all properties for BUCK4 */
28    };
29  };
30
31compatible: "mps,mpm54304"
32
33include: i2c-device.yaml
34