diff options
author | Nick Chan <towinchenmi@gmail.com> | 2025-09-15 09:52:26 +0800 |
---|---|---|
committer | Sven Peter <sven@kernel.org> | 2025-09-18 21:13:45 +0200 |
commit | 70fa521f4d55127c85d7c2defe8c20be75e29efd (patch) | |
tree | 1be3bd728a9ead12e689c961b8893c007433efa9 | |
parent | 8f6e6934e33ed95273b2a5467d244ab280beaeed (diff) |
arm64: dts: apple: t8015: Add SPMI node
Add SPMI node for Apple A11 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/t8015.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8015.dtsi b/arch/arm64/boot/dts/apple/t8015.dtsi index 794140eb7650..586d3cf1f375 100644 --- a/arch/arm64/boot/dts/apple/t8015.dtsi +++ b/arch/arm64/boot/dts/apple/t8015.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>; @@ -420,6 +421,13 @@ <AIC_IRQ 141 IRQ_TYPE_LEVEL_HIGH>; }; + spmi: spmi@235180700 { + compatible = "apple,t8015-spmi", "apple,t8103-spmi"; + reg = <0x2 0x35180700 0x0 0x100>; + #address-cells = <2>; + #size-cells = <0>; + }; + pinctrl_nub: pinctrl@2351f0000 { compatible = "apple,t8015-pinctrl", "apple,pinctrl"; reg = <0x2 0x351f0000 0x0 0x4000>; |