xref: /openbmc/phosphor-power/phosphor-power-sequencer/README.md (revision 0a2b76bc3031c324879c698865d1490f5b6d8b99)
1## Overview
2
3This directory is a repository for applications which perform power control or
4configure or monitor power sequencer or related devices. These applications may
5support JSON-driven configuration.
6
7The currently implemented application is named `phosphor-power-control` and
8supports GPIO based power control and power sequencer monitoring with specific
9support for the UCD90320 device available.
10
11## JSON Configuration Files
12
13Configuration files are stored in the `config_files` directory.
14See the [Configuration File README](config_files/README.md) for details on the
15format of power sequencer configuration files.
16
17## Source Files
18
19Source files are stored in the `src` directory.
20See the [Source Files README](src/README.md) for details on the design of the
21application source.
22