1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple S8003 "A9" (TSMC) SoC 4 * 5 * Other names: H8P, "Malta" 6 * 7 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> 8 */ 9 10#include "s8000.dtsi" 11 12/* 13 * The A9 was made by two separate fabs on two different process 14 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made 15 * the S8003 (APL1022) on 16nm. While they are seemingly the same, 16 * they do have distinct part numbers and devices using them have 17 * distinct model names. There are currently no known differences 18 * between these as far as Linux is concerned, but let's keep things 19 * structured properly to make it easier to alter the behaviour of 20 * one of the chips if need be. 21 */ 22