mbox series

[0/2] Add initial support for Canaan Kendryte K230 reset controller

Message ID 20240924-k230-reset-v1-0-d0cdc11989eb@outlook.com (mailing list archive)
Headers show
Series Add initial support for Canaan Kendryte K230 reset controller | expand

Message

Junhui Liu Sept. 24, 2024, 6 a.m. UTC
This patch series add reset controller support for the Canaan Kendryte
K230 SoC.

Tested on CanMV-K230-V1.1 board.

---
Junhui Liu (2):
      dt-bindings: reset: Add support for canaan,k230-rst
      reset: canaan: Add reset driver for Kendryte K230

 .../devicetree/bindings/reset/canaan,k230-rst.yaml |  39 +++
 drivers/reset/Kconfig                              |   8 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-k230.c                         | 321 +++++++++++++++++++++
 include/dt-bindings/reset/canaan,k230-rst.h        |  90 ++++++
 5 files changed, 459 insertions(+)
---
base-commit: abf2050f51fdca0fd146388f83cddd95a57a008d
change-id: 20240917-k230-reset-e8c58d4b9c28

Best regards,