Skip to content

Commit b0cab64

Browse files
mertekrennashif
authored andcommitted
dts: arm: adi: Add MAX32675 SPI instance and binding file
Add SPI nodes to MAX32675 dtsi file and add binding Signed-off-by: Mert Ekren <[email protected]>
1 parent 2b3c730 commit b0cab64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/adi/max32/max32675.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,15 @@
5959
compatible = "mmio-sram";
6060
reg = <0x20024000 DT_SIZE_K(16)>;
6161
};
62+
63+
spi1: spi@40047000 {
64+
compatible = "adi,max32-spi";
65+
reg = <0x40047000 0x1000>;
66+
#address-cells = <1>;
67+
#size-cells = <0>;
68+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 7>;
69+
interrupts = <17 0>;
70+
status = "disabled";
71+
};
6272
};
6373
};

0 commit comments

Comments
 (0)