1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2023, Jack Matthews <[email protected]>
4 * Copyright (c) 2023, Ivaylo Ivanov <[email protected]>
5 * Copyright (c) 2023, Dominik Kobinski <[email protected]>
6 * Copyright (c) 2023, Rayyan Ansari <[email protected]>
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};
27