[ Upstream commit 3b835f1b8acef53c8882b25f40f48d7f5982c938 ]
The Avenger96 is populated with STM32MP157A DHCOR SoM, drop the
stm32mp15xc.dtsi which should only be included in DTs of devices
which are populated with STM32MP15xC/F SoC as the stm32mp15xc.dtsi
enables CRYP block not present in the STM32MP15xA/D SoC .
Fixes: 7e76f82acd ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
38 lines
955 B
Plaintext
38 lines
955 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) Linaro Ltd 2019 - All Rights Reserved
|
|
* Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
|
* Copyright (C) 2020 Marek Vasut <marex@denx.de>
|
|
*
|
|
* DHCOR STM32MP1 variant:
|
|
* DHCR-STM32MP157A-C065-R102-V18-SPI-C-01LG
|
|
* DHCOR PCB number: 586-100 or newer
|
|
* Avenger96 PCB number: 588-200 or newer
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "stm32mp157.dtsi"
|
|
#include "stm32mp15xx-dhcor-som.dtsi"
|
|
#include "stm32mp15xx-dhcor-avenger96.dtsi"
|
|
|
|
/ {
|
|
model = "Arrow Electronics STM32MP157A Avenger96 board";
|
|
compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
|
|
"st,stm32mp157";
|
|
};
|
|
|
|
&m_can1 {
|
|
pinctrl-names = "default", "sleep";
|
|
pinctrl-0 = <&m_can1_pins_b>;
|
|
pinctrl-1 = <&m_can1_sleep_pins_b>;
|
|
status = "disabled";
|
|
};
|
|
|
|
&m_can2 {
|
|
pinctrl-names = "default", "sleep";
|
|
pinctrl-0 = <&m_can2_pins_a>;
|
|
pinctrl-1 = <&m_can2_sleep_pins_a>;
|
|
status = "disabled";
|
|
};
|