blob: 0cd7d88e9dfbb220d389b9d7a74a7d942b7994b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple iPad 5 (Cellular) (TSMC), J72t, iPad6,12 (A1823)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "s8003.dtsi"
#include "s800x-ipad5.dtsi"
/ {
compatible = "apple,j72t", "apple,s8003", "apple,arm-platform";
model = "Apple iPad 5 (Cellular) (TSMC)";
};
|