15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple iPad mini 3 (Cellular, China), J87m, iPad4,9 (A1601)
|
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "s5l8960x-mini3.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j87m", "apple,s5l8960x", "apple,arm-platform";
|
|
model = "Apple iPad mini 3 (Cellular, China)";
|
|
};
|