1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
4 */
5
6/dts-v1/;
7#include "mt6589.dtsi"
8
9/ {
10	model = "Fairphone 1";
11	compatible = "fairphone,fp1", "mediatek,mt6589";
12
13	chosen {
14		stdout-path = &uart3;
15	};
16
17	memory@80000000 {
18		device_type = "memory";
19		reg = <0x80000000 0x40000000>;
20	};
21};
22
23&cpus {
24	/* SMP is not stable on this board, makes the kernel panic */
25	/delete-property/ enable-method;
26};
27
28&uart3 {
29	status = "okay";
30};
31