zephyr/dts/arm/st/f4/stm32f429vX.dtsi
Kumar Gala 52646287fd dts: arm: st: Remove use of CONFIG_SOC_* from STM32 F4 dts files
To move forward and remove use of Kconfig in dts files lets just create
SoC specific dtsi files that the boards can include.  We also seperate
out the F4 dtsi files into their own dir.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-09-28 11:46:03 -05:00

21 lines
551 B
Text

/*
* Copyright (c) 2018 Daniel Wagenknecht
*
* Document the usage of /delete-node/ for device tree nodes
* that are missing on on only a small subset of SoCs of a given group
* of SoCs.
* Don't remove this file even if none of the SoCs currently
* implemented in zephyr use it.
*
* spi5 and spi6 are present on all STM32F429XX SoCs except
* STM32F429vX SoCs, so they are defined in stm32f429.dtsi and deleted
* here.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/f4/stm32f429.dtsi>
/delete-node/ &spi5;
/delete-node/ &spi6;