Tom Rini | 844493d | 2025-01-26 16:17:47 -0600 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | /* | ||||
3 | * Apple iPhone 8 Plus (GSM), D211 iPhone10,5 (A1899) | ||||
4 | * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> | ||||
5 | */ | ||||
6 | |||||
7 | /dts-v1/; | ||||
8 | |||||
9 | #include "t8015-8plus.dtsi" | ||||
10 | |||||
11 | / { | ||||
12 | compatible = "apple,d211", "apple,t8015", "apple,arm-platform"; | ||||
13 | model = "Apple iPhone 8 Plus (GSM)"; | ||||
14 | }; |