1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2023, Jack Matthews <jm5112356@gmail.com> 4 * Copyright (c) 2023, Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> 5 * Copyright (c) 2023, Dominik Kobinski <dominikkobinski314@gmail.com> 6 * Copyright (c) 2023, Rayyan Ansari <rayyan@ansari.sh> 7 */ 8 9 /dts-v1/; 10 11 #include "qcom-msm8226-microsoft-common.dtsi" 12 13 /* This device has no magnetometer */ 14 /delete-node/ &magnetometer; 15 16 / { 17 model = "Nokia Lumia 630"; 18 compatible = "microsoft,moneypenny", "qcom,msm8226"; 19 chassis-type = "handset"; 20 }; 21 22 &framebuffer { 23 width = <480>; 24 height = <854>; 25 stride = <(480 * 4)>; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.