Skip to content

Commit c1e9c4a

Browse files
vishwabmcshenki
authored andcommitted
ARM: dts: aspeed: everest: Add system level indicator leds
These are the system level indicator leds that are driven by PCA9551 connected to the Operator Panel. Signed-off-by: Vishwanatha Subbanna <[email protected]> Signed-off-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d5dd6fd commit c1e9c4a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,48 @@
890890
compatible = "atmel,24c32";
891891
reg = <0x50>;
892892
};
893+
894+
pca_oppanel: pca9551@60 {
895+
compatible = "nxp,pca9551";
896+
reg = <0x60>;
897+
#address-cells = <1>;
898+
#size-cells = <0>;
899+
900+
gpio-controller;
901+
#gpio-cells = <2>;
902+
903+
led@0 {
904+
label = "front-sys-id0";
905+
reg = <0>;
906+
retain-state-shutdown;
907+
default-state = "keep";
908+
type = <PCA955X_TYPE_LED>;
909+
};
910+
911+
led@1 {
912+
label = "front-check-log0";
913+
reg = <1>;
914+
retain-state-shutdown;
915+
default-state = "keep";
916+
type = <PCA955X_TYPE_LED>;
917+
};
918+
919+
led@2 {
920+
label = "front-enc-fault1";
921+
reg = <2>;
922+
retain-state-shutdown;
923+
default-state = "keep";
924+
type = <PCA955X_TYPE_LED>;
925+
};
926+
927+
led@3 {
928+
label = "front-sys-pwron0";
929+
reg = <3>;
930+
retain-state-shutdown;
931+
default-state = "keep";
932+
type = <PCA955X_TYPE_LED>;
933+
};
934+
};
893935
};
894936

895937
i2c14mux0chn3: i2c@3 {

0 commit comments

Comments
 (0)