xref: /openbmc/phosphor-power/phosphor-power-sequencer/config_files/Default.json (revision d8d5e2ba7796508eb16c0a31c4531f80608532bb)
1{
2    "comments": ["phosphor-power-sequencer default configuration file"],
3    "chassis": [
4        {
5            "number": 1,
6            "inventory_path": "/xyz/openbmc_project/inventory/system/chassis",
7            "power_sequencers": [
8                {
9                    "type": "gpios_only_device",
10                    "power_control_gpio_name": "power-chassis-control",
11                    "power_good_gpio_name": "power-chassis-good"
12                }
13            ]
14        }
15    ]
16}
17