Skip to content

Commit 8f6e693

Browse files
asdfugilsvenpeter42
authored andcommitted
arm64: dts: apple: t8012: Add SPMI node
Add SPMI node for Apple T2 SoC. Signed-off-by: Nick Chan <towinchenmi@gmail.com> Signed-off-by: Sven Peter <sven@kernel.org>
1 parent 637f7d2 commit 8f6e693

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/apple/t8012.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <dt-bindings/interrupt-controller/apple-aic.h>
1212
#include <dt-bindings/interrupt-controller/irq.h>
1313
#include <dt-bindings/pinctrl/apple.h>
14+
#include <dt-bindings/spmi/spmi.h>
1415

1516
/ {
1617
interrupt-parent = <&aic>;
@@ -220,6 +221,13 @@
220221
<AIC_IRQ 137 IRQ_TYPE_LEVEL_HIGH>;
221222
};
222223

224+
spmi: spmi@211180700 {
225+
compatible = "apple,t8012-spmi", "apple,t8103-spmi";
226+
reg = <0x2 0x11180700 0x0 0x100>;
227+
#address-cells = <2>;
228+
#size-cells = <0>;
229+
};
230+
223231
pinctrl_nub: pinctrl@2111f0000 {
224232
compatible = "apple,t8010-pinctrl", "apple,pinctrl";
225233
reg = <0x2 0x111f0000 0x0 0x1000>;

0 commit comments

Comments
 (0)