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