[PATCH v2 6/7] arm: dts: apple: Add preliminary device trees
Simon Glass
sjg at chromium.org
Mon Oct 11 19:00:41 CEST 2021
On Sun, 3 Oct 2021 at 12:34, Mark Kettenis <kettenis at openbsd.org> wrote:
>
> Add preliminary device trees for the Apple M1 mini (2020) and
> Apple M1 Macbook Pro 13" (2020). Device tree bindings for
> the Apple M1 SoC are still being formalized and these device
> trees will be synchronized with the Linux kernel as needed.
>
> These device trees are provided as a reference only as U-Boot
> uses the device tree passed by the m1n1 bootloader.
>
> Signed-off-by: Mark Kettenis <kettenis at openbsd.org>
> ---
> arch/arm/dts/Makefile | 4 +
> arch/arm/dts/t8103-j274.dts | 135 +++++
> arch/arm/dts/t8103-j293.dts | 97 +++
> arch/arm/dts/t8103.dtsi | 560 ++++++++++++++++++
> configs/apple_m1_defconfig | 1 +
> .../interrupt-controller/apple-aic.h | 15 +
> include/dt-bindings/pinctrl/apple.h | 13 +
> include/dt-bindings/spmi/spmi.h | 10 +
> 8 files changed, 835 insertions(+)
> create mode 100644 arch/arm/dts/t8103-j274.dts
> create mode 100644 arch/arm/dts/t8103-j293.dts
> create mode 100644 arch/arm/dts/t8103.dtsi
> create mode 100644 include/dt-bindings/interrupt-controller/apple-aic.h
> create mode 100644 include/dt-bindings/pinctrl/apple.h
> create mode 100644 include/dt-bindings/spmi/spmi.h
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list