Skip to content

Commit ae3c2b4

Browse files
mertekrenttmut
authored andcommitted
dts: arm: adi: Add MAX32657 SPI instance and binding file
Add SPI node to MAX32657 dtsi file Signed-off-by: Mert Ekren <mert.ekren@analog.com> 226e230b349on how to improve this.
1 parent 3292acb commit ae3c2b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/adi/max32/max32657_common.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@
154154
clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>;
155155
status = "disabled";
156156
};
157+
158+
spi0: spi@46000 {
159+
compatible = "adi,max32-spi";
160+
reg = <0x46000 0x1000>;
161+
#address-cells = <1>;
162+
#size-cells = <0>;
163+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>;
164+
interrupts = <12 0>;
165+
status = "disabled";
166+
};
157167
};
158168

159169
&nvic {

0 commit comments

Comments
 (0)