dts: riscv: gigadevice: gd32vf103: add spi1

Add spi1 definition.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2022-04-11 21:19:38 +09:00 committed by Carles Cufí
parent 7c6cd4c9e6
commit 301e003279
1 changed files with 12 additions and 0 deletions

View File

@ -135,6 +135,18 @@
#size-cells = <0>;
};
spi1: spi@40003800 {
compatible = "gd,gd32-spi";
reg = <0x40003800 0x400>;
interrupts = <55 0>;
interrupt-parent = <&eclic>;
rcu-periph-clock = <0x70e>;
status = "disabled";
label = "SPI_1";
#address-cells = <1>;
#size-cells = <0>;
};
afio: afio@40010000 {
compatible = "gd,gd32-afio";
reg = <0x40010000 0x400>;