File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 890
890
compatible = "atmel,24c32";
891
891
reg = <0x50>;
892
892
};
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
+ };
893
935
};
894
936
895
937
i2c14mux0chn3: i2c@3 {
You can’t perform that action at this time.
0 commit comments