diff options
Diffstat (limited to 'dts/upstream/src/arm64/apple/s5l8960x-j87.dts')
-rw-r--r-- | dts/upstream/src/arm64/apple/s5l8960x-j87.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/apple/s5l8960x-j87.dts b/dts/upstream/src/arm64/apple/s5l8960x-j87.dts new file mode 100644 index 00000000000..3580fd8e383 --- /dev/null +++ b/dts/upstream/src/arm64/apple/s5l8960x-j87.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +/* + * Apple iPad mini 2 (Cellular, China), J87, iPad4,6 (A1491) + * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> + */ + +/dts-v1/; + +#include "s5l8960x-mini2.dtsi" + +/ { + compatible = "apple,j87", "apple,s5l8960x", "apple,arm-platform"; + model = "Apple iPad mini 2 (Cellular, China)"; +}; |