blob: bd0e9c0b5696fad8a7a552825261d2e00faebae9 (
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 7 common device tree
*
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/*
* The iPad 7 seems to be only an iteration over the iPad 6 with some
* small changes, like the a bigger screen and 1 GiB of RAM more, hence
* there is little to no differentiation between these 2 generations for
* now.
*/
#include "t8010-ipad6.dtsi"
|