ARM: dts: omap2: add stlc4560 spi-wireless node

Converted from the platform_device creation in board-n8x0.c.

Link: https://lore.kernel.org/all/20230314163201.955689-1-arnd@kernel.org/
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260507212451.3333185-4-arnd@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Arnd Bergmann 2026-05-07 23:24:51 +02:00 committed by Johannes Berg
parent 2f3592c92b
commit 1d174fec87
2 changed files with 16 additions and 0 deletions

View File

@ -129,6 +129,8 @@ i2c2: i2c@48072000 {
};
mcspi1: spi@48098000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "ti,omap2-mcspi";
ti,hwmods = "mcspi1";
reg = <0x48098000 0x100>;
@ -140,6 +142,8 @@ mcspi1: spi@48098000 {
};
mcspi2: spi@4809a000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "ti,omap2-mcspi";
ti,hwmods = "mcspi2";
reg = <0x4809a000 0x100>;

View File

@ -109,3 +109,15 @@ partition@5 {
};
};
};
&mcspi2 {
status = "okay";
wifi@0 {
reg = <0>;
compatible = "st,stlc4560";
spi-max-frequency = <48000000>;
interrupts-extended = <&gpio3 23 IRQ_TYPE_EDGE_RISING>;
powerdown-gpios = <&gpio4 1 GPIO_ACTIVE_LOW>; /* gpio 97 */
};
};