Skip to content

Commit bc754b4

Browse files
hfakkiznashif
authored andcommitted
dts: arm: adi: Add MAX32662 SPI instances
Add SPI instances of MAX32662 to dtsi file. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent 5952603 commit bc754b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/adi/max32/max32662.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,25 @@
5858
compatible = "mmio-sram";
5959
reg = <0x20013000 DT_SIZE_K(4)>;
6060
};
61+
62+
spi0: spi@40046000 {
63+
compatible = "adi,max32-spi";
64+
reg = <0x40046000 0x1000>;
65+
#address-cells = <1>;
66+
#size-cells = <0>;
67+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>;
68+
interrupts = <16 0>;
69+
status = "disabled";
70+
};
71+
72+
spi1: spi@40047000 {
73+
compatible = "adi,max32-spi";
74+
reg = <0x40047000 0x1000>;
75+
#address-cells = <1>;
76+
#size-cells = <0>;
77+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 7>;
78+
interrupts = <17 0>;
79+
status = "disabled";
80+
};
6181
};
6282
};

0 commit comments

Comments
 (0)