15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
||
|
/*
|
||
|
* Apple iPad Pro (12.9-inch) (Wi-Fi), J98a, iPad6,7 (A1584)
|
||
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "s8001-pro.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "apple,j98a", "apple,s8001", "apple,arm-platform";
|
||
|
model = "Apple iPad Pro (12.9-inch) (Wi-Fi)";
|
||
|
};
|