Skip to content

Commit 10475e4

Browse files
ozersanashif
authored andcommitted
dts: arm: adi: Add MAX32666 SPI instances
This commits add MAX32666 SPI instances in dts file Signed-off-by: Sadik Ozer <[email protected]>
1 parent 5200622 commit 10475e4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dts/arm/adi/max32/max32666.dtsi

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,35 @@
9696
erase-block-size = <8192>;
9797
};
9898
};
99+
100+
spi0: spi@400be000 {
101+
compatible = "adi,max32-spi";
102+
reg = <0x400be000 0x1000>;
103+
#address-cells = <1>;
104+
#size-cells = <0>;
105+
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 14>;
106+
interrupts = <56 0>;
107+
status = "disabled";
108+
};
109+
110+
spi1: spi@40046000 {
111+
compatible = "adi,max32-spi";
112+
reg = <0x40046000 0x1000>;
113+
#address-cells = <1>;
114+
#size-cells = <0>;
115+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>;
116+
interrupts = <16 0>;
117+
status = "disabled";
118+
};
119+
120+
spi2: spi@40047000 {
121+
compatible = "adi,max32-spi";
122+
reg = <0x40047000 0x1000>;
123+
#address-cells = <1>;
124+
#size-cells = <0>;
125+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 7>;
126+
interrupts = <17 0>;
127+
status = "disabled";
128+
};
99129
};
100130
};

0 commit comments

Comments
 (0)