blob: afb71b8885c6562ada940de6bbd4a7bc053aff0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple iPad Air (Cellular), J72, iPad4,2 (A1475)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "s5l8960x-air1.dtsi"
/ {
compatible = "apple,j72", "apple,s5l8960x", "apple,arm-platform";
model = "Apple iPad Air (Cellular)";
};
|