]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/microcontroller/allwinner/h5/pin.py
added orangepipc2 board
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / microcontroller / allwinner / h5 / pin.py
index 5ab66e8cc79f16e9dfca8d2e58de0c011223c864..8ba143153695d9502e5040858dfac9c2320f5323 100644 (file)
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
 """Allwinner H5 pin names"""
 from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
 
@@ -40,6 +43,8 @@ SPI0_SCLK = PC2
 PC3 = Pin((1, 67))
 SPI0_CS = PC3
 PC4 = Pin((1, 68))
+PC5 = Pin((1, 69))
+PC6 = Pin((1, 70))
 PC7 = Pin((1, 71))
 
 PD11 = Pin((1, 107))