summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/yaviks/gpio.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/nissa/yaviks/gpio.dts')
-rw-r--r--zephyr/projects/nissa/yaviks/gpio.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/zephyr/projects/nissa/yaviks/gpio.dts b/zephyr/projects/nissa/yaviks/gpio.dts
index 0f5ec33a53..0158d5b19b 100644
--- a/zephyr/projects/nissa/yaviks/gpio.dts
+++ b/zephyr/projects/nissa/yaviks/gpio.dts
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 The Chromium OS Authors. All rights reserved.
+ * Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -201,6 +201,18 @@
gpio_vccin_aux_vid1: vccin_aux_vid1 {
gpios = <&gpiok 1 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
};
+ gpio_c1_charger_led_white_l: c1_charger_led_white_l {
+ gpios = <&gpiol 4 GPIO_OUTPUT_HIGH>;
+ };
+ gpio_c1_charger_led_amber_l: c1_charger_led_amber_l {
+ gpios = <&gpiod 4 GPIO_OUTPUT_HIGH>;
+ };
+ gpio_c0_charger_led_white_l: c0_charger_led_white_l {
+ gpios = <&gpioc 3 GPIO_OUTPUT_HIGH>;
+ };
+ gpio_c0_charger_led_amber_l: c0_charger_led_amber_l {
+ gpios = <&gpioj 7 GPIO_OUTPUT_HIGH>;
+ };
};
named-i2c-ports {