Commit 81638f1b authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen

ARM: socfpga: socrates: enable gpio0/1

Enable the gpio0+1 controller.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 4c060b89
...@@ -36,6 +36,14 @@ &gmac1 { ...@@ -36,6 +36,14 @@ &gmac1 {
status = "okay"; status = "okay";
}; };
&gpio0 {
status = "okay";
};
&gpio1 {
status = "okay";
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
......
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