[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221102171012.49150-6-kory.maincent@bootlin.com>
Date: Wed, 2 Nov 2022 18:10:09 +0100
From: Köry Maincent <kory.maincent@...tlin.com>
To: viresh.kumar@...aro.org, Vipin Kumar <vipin.kumar@...com>,
Rajeev Kumar <rajeev-dlh.kumar@...com>,
Shiraz Hashim <shiraz.linux.kernel@...il.com>,
Vijay Kumar Mishra <vijay.kumar@...com>,
Vipul Kumar Samar <vipulkumar.samar@...com>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org
Cc: Kory Maincent <kory.maincent@...tlin.com>,
thomas.petazzoni@...tlin.com, Viresh Kumar <vireshk@...nel.org>,
soc@...nel.org, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Russell King <linux@...linux.org.uk>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Gregory CLEMENT <gregory.clement@...tlin.com>,
Sudeep Holla <sudeep.holla@....com>,
Alexandre Ghiti <alexandre.ghiti@...onical.com>,
Deepak Sikri <deepak.sikri@...com>,
Bhavna Yadav <bhavna.yadav@...com>
Subject: [PATCH v2 5/6] arm: dts: spear600: Add ssp controller nodes
From: Kory Maincent <kory.maincent@...tlin.com>
The SPEAr600 has three Synchronous serial port to enables synchronous
serial communication with slave or master peripherals (SPI). Lets add these
nodes to be able to use them.
Signed-off-by: Kory Maincent <kory.maincent@...tlin.com>
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
---
arch/arm/boot/dts/spear600.dtsi | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index 9d5a04a46b14..6b67c0ceaed9 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -207,6 +207,36 @@ adc: adc@...0b000 {
interrupts = <6>;
status = "disabled";
};
+
+ ssp1: spi@...00000 {
+ compatible = "arm,pl022", "arm,primecell";
+ reg = <0xd0100000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ interrupt-parent = <&vic0>;
+ interrupts = <26>;
+ status = "disabled";
+ };
+
+ ssp2: spi@...80000 {
+ compatible = "arm,pl022", "arm,primecell";
+ reg = <0xd0180000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ interrupt-parent = <&vic0>;
+ interrupts = <27>;
+ status = "disabled";
+ };
+
+ ssp3: spi@...80000 {
+ compatible = "arm,pl022", "arm,primecell";
+ reg = <0xd8180000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ interrupt-parent = <&vic1>;
+ interrupts = <5>;
+ status = "disabled";
+ };
};
};
};
--
2.25.1
Powered by blists - more mailing lists