summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml
blob: b5a9841590ba5b588614cc80694883bec8aba01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
bmc_booted:
    power:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000
        Priority: 'On'

power_on:
    power:
        Action: 'On'
        DutyOn: 50
        Period: 0
        Priority: 'On'

enclosure_fault:
    fault:
        Action: 'On'

enclosure_identify:
    identify:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000

# The Op Panel on the Talos II system holds a multicolor LED.
# Both the 'fault' and 'identify' gpios are wired to the same LED.
# By holding one in 'on' while the other in 'blink' state, ensures
# the manufacturing process can verify both colors function
lamp_test:
    fault:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000
    identify:
        Action: 'On'
OpenPOWER on IntegriCloud