15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
||
|
/*
|
||
|
* Apple iPad mini 4 (Cellular), J97, iPad5,2 (A1550)
|
||
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "t7000-mini4.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "apple,j97", "apple,t7000", "apple,arm-platform";
|
||
|
model = "Apple iPad mini 4 (Cellular)";
|
||
|
};
|