[PATCH 0/9] SAMA7D65 Add support for Crypto, CAN and PWM
Ryan.Wanner at microchip.com
Ryan.Wanner at microchip.com
Mon May 12 12:27:26 PDT 2025
From: Ryan Wanner <Ryan.Wanner at microchip.com>
This set adds support for the SAMA7D65 SoC crypto subsystem and enabling
them in the device tree. This set also adds PWM to the device tree, and
adds and enables the CAN bus system for the SAMA7D65 SoC.
Ryan Wanner (9):
dt-bindings: crypto: add sama7d65 in Atmel AES
dt-bindings: crypto: add sama7d65 in Atmel SHA
dt-bindings: crypto: add sama7d65 in Atmel TDES
dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG
crypto: atmel - add support for AES and SHA IPs available on sama7d65
SoC
ARM: dts: microchip: sama7d65: Add crypto support
ARM: dts: microchip: sama7d65: Add PWM support
ARM: dts: microchip: sama7d65: Add CAN bus support
ARM: dts: microchip: sama7d65: Enable CAN bus
.../crypto/atmel,at91sam9g46-aes.yaml | 4 +-
.../crypto/atmel,at91sam9g46-sha.yaml | 4 +-
.../crypto/atmel,at91sam9g46-tdes.yaml | 4 +-
.../bindings/rng/atmel,at91-trng.yaml | 1 +
.../dts/microchip/at91-sama7d65_curiosity.dts | 35 +++++
arch/arm/boot/dts/microchip/sama7d65.dtsi | 128 ++++++++++++++++++
drivers/crypto/atmel-aes.c | 1 +
drivers/crypto/atmel-sha.c | 1 +
8 files changed, 175 insertions(+), 3 deletions(-)
--
2.43.0
More information about the linux-arm-kernel
mailing list