summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-07-26 15:19:28 -0700
committerCommit Bot <commit-bot@chromium.org>2021-07-27 17:21:33 +0000
commitc3bb0a19b8d66bbbf514cafce7df97606593417a (patch)
tree2b9ee2e35f88a651e1d8de8d90b3bf8c05c16415 /zephyr
parent7d827bd265bce19064198ea5866b5db16f3307d6 (diff)
downloadchrome-ec-c3bb0a19b8d66bbbf514cafce7df97606593417a.tar.gz
zephyr: herobrine: Configure unused pins
Configure the unused pins, which are NC in hardware. BRANCH=None BUG=b:192253134 TEST=Built the herobrine_npcx9 image successfully. Change-Id: Ic8de50d95809b4d02e77d9ad310c7ef01632f4e8 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3053105 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/gpio.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/herobrine_npcx9/gpio.dts b/zephyr/projects/herobrine/herobrine_npcx9/gpio.dts
index e72010af3e..fb8c0d8778 100644
--- a/zephyr/projects/herobrine/herobrine_npcx9/gpio.dts
+++ b/zephyr/projects/herobrine/herobrine_npcx9/gpio.dts
@@ -305,4 +305,33 @@
&gpio_rtc_ec_wake_odl
>;
};
+
+ unused-pins {
+ compatible = "unused-gpios";
+ unused-gpios =
+ <&gpio5 2 0>,
+ <&gpio5 4 0>,
+ <&gpio7 6 0>,
+ <&gpioc 5 0>,
+ <&gpiod 1 0>,
+ <&gpiod 0 0>,
+ <&gpioe 3 0>,
+ <&gpioc 1 0>,
+ <&gpio0 4 0>,
+ <&gpiod 6 0>,
+ <&gpio3 2 0>,
+ <&gpio3 5 0>,
+ <&gpiod 7 0>,
+ <&gpio8 6 0>,
+ <&gpiod 4 0>,
+ <&gpio4 1 0>,
+ <&gpio3 4 0>,
+ <&gpioc 7 0>,
+ <&gpioa 4 0>,
+ <&gpio9 6 0>,
+ <&gpio9 3 0>,
+ <&gpioa 7 0>,
+ <&gpio5 0 0>,
+ <&gpio8 1 0>;
+ };
};