1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple Mac mini (M1, 2020) 4 * 5 * target-type: J274 6 * 7 * Copyright The Asahi Linux Contributors 8 */ 9 10/dts-v1/; 11 12#include "t8103.dtsi" 13 14/ { 15 compatible = "apple,j274", "apple,t8103", "apple,arm-platform"; 16 model = "Apple Mac mini (M1, 2020)"; 17 18 aliases { 19 serial0 = &serial0; 20 }; 21 22 chosen { 23 #address-cells = <2>; 24 #size-cells = <2>; 25 ranges; 26 27 stdout-path = "serial0"; 28 29 framebuffer0: framebuffer@0 { 30 compatible = "apple,simple-framebuffer", "simple-framebuffer"; 31 reg = <0 0 0 0>; /* To be filled by loader */ 32 /* Format properties will be added by loader */ 33 status = "disabled"; 34 }; 35 }; 36 37 memory@800000000 { 38 device_type = "memory"; 39 reg = <0x8 0 0x2 0>; /* To be filled by loader */ 40 }; 41}; 42 43&serial0 { 44 status = "okay"; 45}; 46