0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
0004 */
0005
0006 /dts-v1/;
0007 #include "mt6589.dtsi"
0008
0009 / {
0010 model = "Fairphone 1";
0011 compatible = "fairphone,fp1", "mediatek,mt6589";
0012
0013 chosen {
0014 stdout-path = &uart3;
0015 };
0016
0017 memory@80000000 {
0018 device_type = "memory";
0019 reg = <0x80000000 0x40000000>;
0020 };
0021 };
0022
0023 &cpus {
0024 /* SMP is not stable on this board, makes the kernel panic */
0025 /delete-property/ enable-method;
0026 };
0027
0028 &uart3 {
0029 status = "okay";
0030 };