On Sat, 18 Sept 2021 at 07:56, Mark Kettenis <kette...@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 <kette...@openbsd.org> > --- > arch/arm/dts/t8103-j274.dts | 135 +++++ > arch/arm/dts/t8103-j293.dts | 97 ++++ > arch/arm/dts/t8103.dtsi | 506 ++++++++++++++++++ > .../interrupt-controller/apple-aic.h | 15 + > include/dt-bindings/pinctrl/apple.h | 13 + > include/dt-bindings/spmi/spmi.h | 10 + > 6 files changed, 776 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 <s...@chromium.org>