ARM: dts: stm32: Introduce new STM32MP15 SOCs: STM32MP151 and STM32MP153
authorAlexandre Torgue <alexandre.torgue@st.com>
Tue, 19 Nov 2019 09:06:57 +0000 (10:06 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 9 Dec 2019 08:19:15 +0000 (09:19 +0100)
commit95e395c881b35101578f8a7e1041cebcf21d7d79
tree5602d609e4a20f6b4a176b241eac4a231fa944c5
parent48c7181fa79fbaf6019087a590092b014bc567aa
ARM: dts: stm32: Introduce new STM32MP15 SOCs: STM32MP151 and STM32MP153

STM32MP151 and STM32MP153 were not explicitly supported through
stm32mp157c.dts. This commit adds dedicated files to support all STM32MP15
SOCs family.

The differences between those SOCs are:
 -STM32MP151 [1]: common file.
 -STM32MP153 [2]: STM32MP151 + CANs + a second CortexA7-CPU.
 -STM32MP157 [3]: STM32MP153 + DSI + GPU.

[1] https://www.st.com/resource/en/reference_manual/dm00366349.pdf
[2] https://www.st.com/resource/en/reference_manual/dm00366355.pdf
[3] https://www.st.com/resource/en/reference_manual/dm00327659.pdf

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi [new file with mode: 0644]
arch/arm/boot/dts/stm32mp153.dtsi [new file with mode: 0644]
arch/arm/boot/dts/stm32mp157.dtsi [new file with mode: 0644]
arch/arm/boot/dts/stm32mp157a-avenger96.dts
arch/arm/boot/dts/stm32mp157a-dk1.dts
arch/arm/boot/dts/stm32mp157c-ed1.dts
arch/arm/boot/dts/stm32mp157c.dtsi [deleted file]