From d30bfa9478e036fc42cadaed914d9d98dbb5504f Mon Sep 17 00:00:00 2001 From: Mert Ekren Date: Thu, 7 Nov 2024 17:28:32 +0300 Subject: [PATCH] dts: arm: adi: Add MAX32657 SPI instance and binding file Add SPI node to MAX32657 dtsi file Signed-off-by: Mert Ekren 226e230b349on how to improve this. --- dts/arm/adi/max32/max32657_common.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dts/arm/adi/max32/max32657_common.dtsi b/dts/arm/adi/max32/max32657_common.dtsi index 445e8d1587e..bc5b70b651c 100644 --- a/dts/arm/adi/max32/max32657_common.dtsi +++ b/dts/arm/adi/max32/max32657_common.dtsi @@ -268,6 +268,16 @@ status = "disabled"; }; }; + + spi0: spi@46000 { + compatible = "adi,max32-spi"; + reg = <0x46000 0x1000>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>; + interrupts = <12 0>; + status = "disabled"; + }; }; &nvic {