Re: [PATCH v2 09/10] arm64: dts: apple: Initial T603[124] (M3 Max and Ultra) device trees
Sven Peter <[email protected]> Wed, 15 Jul 2026 16:46:42 +0200
| Newsgroups | dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pwm,org.kernel.vger.linux-watchdog |
|---|---|
| Message-ID | <178412680283.41818.6965684846949512896.b4-review@b4> |
On Wed, 15 Jul 2026 11:11:56 +0200, Janne Grunau <[email protected]> wrote: > diff --git a/arch/arm64/boot/dts/apple/t6031-die0.dtsi b/arch/arm64/boot/dts/apple/t6031-die0.dtsi > new file mode 100644 > index 000000000000..e02c29e1d9f3 > --- /dev/null > +++ b/arch/arm64/boot/dts/apple/t6031-die0.dtsi > @@ -0,0 +1,197 @@ > +// SPDX-License-Identifier: GPL-2.0+ OR MIT > +/* > + * Devices used on die 0 on the Apple T6032 "M3 Ultra" SoC and present on > + * Apple T6030 ("M3 Pro") and T6031 / T6034 ("M3 Max"). > + * > + * Copyright The Asahi Linux Contributors > + */ > + > + wdt: watchdog@2a02d4000 { > + compatible = "apple,t6031-wdt", "apple,t8103-wdt"; > + reg = <0x2 0xa02d4000 0x0 0x4000>; > + clocks = <&clkref>; > + interrupt-parent = <&aic>; > + interrupts = <AIC_IRQ 0 718 IRQ_TYPE_LEVEL_HIGH>; > + }; wdt belongs below the adt node. Reviewed-by: Sven Peter <[email protected]> -- Sven Peter <[email protected]>