mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
15 lines
312 B
Text
15 lines
312 B
Text
![]() |
// 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";
|
||
|
};
|