mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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:
parent
2f3592c92b
commit
1d174fec87
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user