Skip to content

Commit

Permalink
sunxi: correct K4A & K4G leds
Browse files Browse the repository at this point in the history
  • Loading branch information
srdgame committed Nov 7, 2024
1 parent a4f3b9e commit 24b20b2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
+
+ status {
+ label = "kooiot:green:status";
+ gpios = <&pio 6 8 GPIO_ACTIVE_LOW>; /* PG8 */
+ gpios = <&pio 6 8 GPIO_ACTIVE_HIGH>; /* PG8 */
+ linux,default-trigger = "heartbeat";
+ };
+
+ modem {
+ label = "kooiot:green:modem";
+ gpios = <&pio 6 9 GPIO_ACTIVE_LOW>; /* PG9 */
+ csq {
+ label = "kooiot:green:csq";
+ gpios = <&pio 6 9 GPIO_ACTIVE_HIGH>; /* PG9 */
+ default-state = "off";
+ };
+
+ csq {
+ label = "kooiot:green:csq";
+ gpios = <&pio 6 10 GPIO_ACTIVE_LOW>; /* PG10 */
+ modem {
+ label = "kooiot:green:modem";
+ gpios = <&pio 6 10 GPIO_ACTIVE_HIGH>; /* PG10 */
+ default-state = "off";
+ };
+ };
Expand Down

0 comments on commit 24b20b2

Please sign in to comment.