+# SPDX-FileCopyrightText: 2022 Corebb
+#
+# SPDX-License-Identifier: MIT
 """Pin definitions for the Orange Pi 5"""
 
 from adafruit_blinka.microcontroller.rockchip.rk3588 import pin
 UART4_RX = pin.GPIO1_D3
 
 # Default UART
-
 TX = UART1_TX
 RX = UART1_RX
 TXD = UART1_TX