summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml
blob: 33fd98544f00ff4dccc6ed4783c20c7a2e2afd6b (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 Romulus 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'