Commit 10afc900 authored by Alexander Filippov's avatar Alexander Filippov Committed by Joel Stanley

ARM: dts: vesnin: Add power_green led

Adds a new power_green led to show the host state.
Signed-off-by: default avatarAlexander Filippov <a.filippov@yadro.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 6dbc7d97
......@@ -43,6 +43,10 @@ power_red {
gpios = <&gpio ASPEED_GPIO(N, 1) GPIO_ACTIVE_LOW>;
};
power_green {
gpios = <&gpio ASPEED_GPIO(F, 1) GPIO_ACTIVE_LOW>;
};
id_blue {
gpios = <&gpio ASPEED_GPIO(O, 0) GPIO_ACTIVE_LOW>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment