blob: 2c358df144585682bf5ca5f9ebd7c321f8cbd020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple iPhone 6 Plus, N56, iPhone7,2 (A1549/A1586/A1589)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "t7000-6.dtsi"
/ {
compatible = "apple,n56", "apple,t7000", "apple,arm-platform";
model = "Apple iPhone 6 Plus";
};
|