Skip to content

Commit 8060163

Browse files
dts: arm: microchip: sam: add spi device
Add flexcom11 spi device for sama7g54 Signed-off-by: CHEN Xing <[email protected]>
1 parent 6495dc7 commit 8060163

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/microchip/sam/sama7g5.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,17 @@
396396
status = "disabled";
397397
};
398398

399+
spi11: spi@400 {
400+
compatible = "atmel,sam-spi";
401+
reg = <0x400 0x200>;
402+
clocks = <&pmc PMC_TYPE_PERIPHERAL 49>;
403+
interrupt-parent = <&gic>;
404+
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
405+
#address-cells = <1>;
406+
#size-cells = <0>;
407+
status = "disabled";
408+
};
409+
399410
usart11: serial@200 {
400411
compatible = "atmel,sam-usart";
401412
reg = <0x200 0x200>;

0 commit comments

Comments
 (0)