16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
||
|
/*
|
||
|
* Apple iPad 5 (Cellular) (Samsung), J72s, iPad6,12 (A1823)
|
||
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "s8000.dtsi"
|
||
|
#include "s800x-ipad5.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "apple,j72s", "apple,s8000", "apple,arm-platform";
|
||
|
model = "Apple iPad 5 (Cellular) (Samsung)";
|
||
|
};
|