Skip to content

Commit

Permalink
dts: arm: ti: cc23x0: Add SPI support
Browse files Browse the repository at this point in the history
Add support for SPI to cc23x0 SoC.

Signed-off-by: Stoyan Bogdanov <[email protected]>
Signed-off-by: Julien Panis <[email protected]>
  • Loading branch information
jpanisbl committed Feb 26, 2025
1 parent 5cbd6fd commit 8915c4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/arm/ti/cc23x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
clocks = <&sysclk>;
status = "disabled";
};

spi0: spi@40030000 {
compatible = "ti,cc23x0-spi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40030000 0x164>;
interrupts = <10 0>;
status = "disabled";
};
};
};

Expand Down

0 comments on commit 8915c4c

Please sign in to comment.