xref: /freebsd/sys/contrib/device-tree/src/arm64/apple/s800-0-3-common.dtsi (revision 8ccc0d235c226d84112561d453c49904398d085c)
15f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT
25f62a964SEmmanuel Vadot/*
35f62a964SEmmanuel Vadot * Apple iPhone 6s, iPhone 6s Plus, iPad 5, iPhone SE
45f62a964SEmmanuel Vadot *
55f62a964SEmmanuel Vadot * This file contains parts common to all Apple A9 devices.
65f62a964SEmmanuel Vadot *
75f62a964SEmmanuel Vadot * target-type: J71s, J72s, N66, N69u, N71, J71t, J72t, N66m, N69, N71m
85f62a964SEmmanuel Vadot *
95f62a964SEmmanuel Vadot * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
105f62a964SEmmanuel Vadot */
115f62a964SEmmanuel Vadot
125f62a964SEmmanuel Vadot/ {
135f62a964SEmmanuel Vadot	aliases {
145f62a964SEmmanuel Vadot		serial0 = &serial0;
155f62a964SEmmanuel Vadot	};
165f62a964SEmmanuel Vadot
175f62a964SEmmanuel Vadot	chosen {
185f62a964SEmmanuel Vadot		#address-cells = <2>;
195f62a964SEmmanuel Vadot		#size-cells = <2>;
205f62a964SEmmanuel Vadot		ranges;
215f62a964SEmmanuel Vadot
225f62a964SEmmanuel Vadot		stdout-path = "serial0";
235f62a964SEmmanuel Vadot
245f62a964SEmmanuel Vadot		framebuffer0: framebuffer@0 {
255f62a964SEmmanuel Vadot			compatible = "apple,simple-framebuffer", "simple-framebuffer";
265f62a964SEmmanuel Vadot			reg = <0 0 0 0>; /* To be filled by loader */
275f62a964SEmmanuel Vadot			/* Format properties will be added by loader */
285f62a964SEmmanuel Vadot			status = "disabled";
295f62a964SEmmanuel Vadot		};
305f62a964SEmmanuel Vadot	};
315f62a964SEmmanuel Vadot
325f62a964SEmmanuel Vadot	memory@800000000 {
335f62a964SEmmanuel Vadot		device_type = "memory";
345f62a964SEmmanuel Vadot		reg = <0x8 0 0 0>; /* To be filled by loader */
355f62a964SEmmanuel Vadot	};
365f62a964SEmmanuel Vadot
375f62a964SEmmanuel Vadot	reserved-memory {
385f62a964SEmmanuel Vadot		#address-cells = <2>;
395f62a964SEmmanuel Vadot		#size-cells = <2>;
405f62a964SEmmanuel Vadot		ranges;
415f62a964SEmmanuel Vadot
425f62a964SEmmanuel Vadot		/* To be filled by loader */
435f62a964SEmmanuel Vadot	};
445f62a964SEmmanuel Vadot};
455f62a964SEmmanuel Vadot
46*8ccc0d23SEmmanuel Vadot&dwi_bl {
47*8ccc0d23SEmmanuel Vadot	status = "okay";
48*8ccc0d23SEmmanuel Vadot};
49*8ccc0d23SEmmanuel Vadot
505f62a964SEmmanuel Vadot&serial0 {
515f62a964SEmmanuel Vadot	status = "okay";
525f62a964SEmmanuel Vadot};
53