// SPDX-License-Identifier: GPL-2.0
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
 #include "qcom-msm8974.dtsi"
 #include "qcom-pm8841.dtsi"
 #include "qcom-pm8941.dtsi"
        status = "okay";
 };
 
+&pm8941_lpg {
+       qcom,power-source = <1>;
+       status = "okay";
+
+       led@5 {
+               reg = <5>;
+               color = <LED_COLOR_ID_BLUE>;
+               function = LED_FUNCTION_INDICATOR;
+       };
+
+       led@6 {
+               reg = <6>;
+               color = <LED_COLOR_ID_GREEN>;
+               function = LED_FUNCTION_INDICATOR;
+       };
+
+       led@7 {
+               reg = <7>;
+               color = <LED_COLOR_ID_RED>;
+               function = LED_FUNCTION_INDICATOR;
+       };
+};
+
 &pm8941_wled {
        qcom,cs-out;
        qcom,switching-freq = <3200>;