ARM: dts: cfa10036: Add Power LED to the CFA-10036 board

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Maxime Ripard 2012-06-29 09:39:29 +02:00 committed by Shawn Guo
parent 330eaaf947
commit f34ffc9efc
1 changed files with 9 additions and 0 deletions

View File

@ -40,4 +40,13 @@
};
};
};
leds {
compatible = "gpio-leds";
power {
gpios = <&gpio3 4 1>;
default-state = "on";
};
};
};