acassis commented on code in PR #19005:
URL: https://github.com/apache/nuttx/pull/19005#discussion_r3330325292


##########
arch/arm64/src/am62x/hardware/am62x_gpio.h:
##########
@@ -0,0 +1,64 @@
+/****************************************************************************
+ * arch/arm64/src/am62x/hardware/am62x_gpio.h
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ ****************************************************************************/
+
+#ifndef __ARCH_ARM64_SRC_AM62X_HARDWARE_AM62X_GPIO_H
+#define __ARCH_ARM64_SRC_AM62X_HARDWARE_AM62X_GPIO_H
+
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+#include <nuttx/config.h>
+
+#include "hardware/am62x_memorymap.h"
+
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#define AM62X_GPIO_NBANKS                  2
+#define AM62X_GPIO_NPINS                  32

Review Comment:
   @PiyushPatle26 the alignment is to the left, not Arabic alignment :-) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to