BeagleBone Black: GPIO configuration

I wanted to do this "safely", disallowing userspace from configuring the
input pins as outputs, etc., but no joy -- I don't think that Linux
really supports this.

So, this patch really just sets proper names for the GPIO lines that
we're using. The idea here is that the userspace will request those
lines by name and (hopefully) configure them properly without burning
anything (yay).

Change-Id: I6ac2066180d47b4df6cab95ff7787ac1806a8aca
diff --git a/board/czechlight/beaglebone/calibration-bbb.dts b/board/czechlight/beaglebone/calibration-bbb.dts
index c38dd3f..8f995a3 100644
--- a/board/czechlight/beaglebone/calibration-bbb.dts
+++ b/board/czechlight/beaglebone/calibration-bbb.dts
@@ -53,3 +53,75 @@
 			"M0_LW4";
 	};
 };
+
+&gpio1 {
+	gpio-line-names =
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"ITLA_MS",
+		"OCM_RST",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"ITLA_SRQ",
+		"",
+		"",
+		"";
+};
+
+&gpio3 {
+	gpio-line-names =
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"ITLA_DIS",
+		"",
+		"ITAL_RST",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"",
+		"ITLA_SRQ",
+		"",
+		"",
+		"";
+};