dts: v2m_beetle: Add GPIO support
This patch adds the ARM CMSDK GPIO support to the V2M Beetle device tree. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
This commit is contained in:
parent
f906e7b099
commit
df3cec7641
4 changed files with 60 additions and 6 deletions
|
@ -100,12 +100,6 @@
|
|||
/* System Control Register (SYSCON) */
|
||||
#define __BEETLE_SYSCON ((volatile struct syscon *)_BEETLE_SYSCON_BASE)
|
||||
|
||||
/* CMSDK AHB General Purpose Input/Output (GPIO) */
|
||||
#define CMSDK_AHB_GPIO0 _BEETLE_GPIO0_BASE
|
||||
#define CMSDK_AHB_GPIO1 _BEETLE_GPIO1_BASE
|
||||
#define CMSDK_AHB_GPIO2 _BEETLE_GPIO2_BASE
|
||||
#define CMSDK_AHB_GPIO3 _BEETLE_GPIO3_BASE
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _ARM_BEETLE_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue