nuttx/arch/arm64/include
Piyush Patle da99c2eba5
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
arm64/am62x: Add TISCI client, GPIO and I2C drivers
On K3 SoCs the A53 cluster does not own device power, clocks, resets or
interrupt routing; these are managed by the DM/TIFS firmware and requested
over TISCI through the secure-proxy mailbox.  Add:

  - a TISCI client (secure-proxy transport plus device/clock/reset helpers)
  - a GPIO driver for banks 0/1 with pad mux and TISCI power-on
  - an OMAP-I2C driver for the main-domain I2C controllers

and wire them into the PocketBeagle2 and BeaglePlay bring-up.

Tested on PocketBeagle2 (SYSFW 11.2.5) with the TechLab cape attached:

  nsh> i2c bus
  nsh> i2c dev -b 0 0x03 0x77   # I2C0 detects onboard 0x20 and 0x50
  nsh> gpio -o 1 /dev/gpio3     # drives a user LED; read back with:
  nsh> gpio /dev/gpio3

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-08-02 11:40:13 +08:00
..
a64 arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
a527 arch/arm64/a527: Add support for Allwinner A527 SoC 2025-03-17 08:58:29 +01:00
am62x arm64/am62x: Add TISCI client, GPIO and I2C drivers 2026-08-02 11:40:13 +08:00
bcm2711 bcm2711/oneshot: Implement oneshot timer driver for BCM2711 2026-07-12 09:52:26 +08:00
fvp-v8r arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
goldfish arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
imx8 arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
imx9 imx9: imx95 fix uSDHC IRQ naming to match NuttX USDHC convention 2026-03-24 15:39:07 +08:00
qemu arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
rk3399 fix nxstyle 2024-12-10 01:29:00 +08:00
rk3588 arm64: add RK3588 support 2026-07-20 20:55:52 -03:00
zynq-mpsoc style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
.gitignore arch: arm64: ARMv8-A support for NuttX 2022-07-14 09:35:49 -04:00
arch.h arm64: add MPU-based address environment support and refactor MMU variant 2026-01-22 15:39:34 +08:00
barriers.h barrier: add UP_RMB UP_WMB 2025-12-22 10:22:06 -03:00
elf.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
inttypes.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
irq.h arm64/irq.h: Fix the issue of including incorrect order 2026-02-02 11:13:21 +08:00
limits.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
setjmp.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
spinlock.h spinlock: fix stxr instruction status register requirement 2025-06-26 20:31:19 +08:00
stdarg.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
syscall.h drivers/misc/optee: Add SMC backend for arm archs 2025-05-09 10:29:26 +08:00
types.h arch/arm64: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00