diff options
author | Nick Chan <towinchenmi@gmail.com> | 2025-09-15 09:52:25 +0800 |
---|---|---|
committer | Sven Peter <sven@kernel.org> | 2025-09-18 21:13:45 +0200 |
commit | 8f6e6934e33ed95273b2a5467d244ab280beaeed (patch) | |
tree | ab7047a92d75c1dd42bfd086e502b1ecffc38a74 | |
parent | 637f7d2c731f1e5aa974bb572981a7a80834e6bb (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/apple/t8012.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8012.dtsi b/arch/arm64/boot/dts/apple/t8012.dtsi index a259e5735d93..e7923814169b 100644 --- a/arch/arm64/boot/dts/apple/t8012.dtsi +++ b/arch/arm64/boot/dts/apple/t8012.dtsi @@ -11,6 +11,7 @@ #include <dt-bindings/interrupt-controller/apple-aic.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/pinctrl/apple.h> +#include <dt-bindings/spmi/spmi.h> / { interrupt-parent = <&aic>; @@ -220,6 +221,13 @@ <AIC_IRQ 137 IRQ_TYPE_LEVEL_HIGH>; }; + spmi: spmi@211180700 { + compatible = "apple,t8012-spmi", "apple,t8103-spmi"; + reg = <0x2 0x11180700 0x0 0x100>; + #address-cells = <2>; + #size-cells = <0>; + }; + pinctrl_nub: pinctrl@2111f0000 { compatible = "apple,t8010-pinctrl", "apple,pinctrl"; reg = <0x2 0x111f0000 0x0 0x1000>; |