Skip to content

Instantly share code, notes, and snippets.

@smccarney
Created December 16, 2023 04:32
Show Gist options
  • Save smccarney/36153d592f8280a3fe7c1de251c55dd5 to your computer and use it in GitHub Desktop.
Save smccarney/36153d592f8280a3fe7c1de251c55dd5 to your computer and use it in GitHub Desktop.
config_file.md

config_file

Description

The root (outer-most) object in the configuration file.

Properties

Name Required Type Description
rails yes array of rails One or more voltage rails enabled or monitored by the power sequencer device. The rails must be in power on sequence order.

Example

{
    "rails": [
        {
            "name": "VDD_CPU0",
            "page": 11,
            "check_status_vout": true
        },
        {
            "name": "VCS_CPU1",
            "presence": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1",
            "gpio": { "line": 60 }
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment