dts: arm: move SoC dtsi into per vendor dir
Move the SoC dtsi into a vendor dir so as we grow and possibly share things with other projects we are hopefully in sync (or closer to it). Change-Id: I71666cff49f9694eee3f5d92dac8aeea416b730a Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
a0fbc88c1a
commit
d1821640b3
11 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "cc32xx_launchxl.dtsi"
|
||||
#include <ti/cc32xx_launchxl.dtsi>
|
||||
|
||||
/ {
|
||||
model = "TI CC3200 LaunchXL";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "nxp_k6x.dtsi"
|
||||
#include <nxp/nxp_k6x.dtsi>
|
||||
|
||||
/ {
|
||||
model = "NXP Freedom MK64F board";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "nxp_kw41z.dtsi"
|
||||
#include <nxp/nxp_kw41z.dtsi>
|
||||
|
||||
/ {
|
||||
model = "NXP Freedom KW41Z board";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "nxp_k6x.dtsi"
|
||||
#include <nxp/nxp_k6x.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Hexiwear K64 board";
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "stm32l476.dtsi"
|
||||
#include <st/stm32l476.dtsi>
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM32L476RG-NUCLEO board";
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "stm32f103xb.dtsi"
|
||||
#include <st/stm32f103xb.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Olimex OLIMEXINO-STM32 board";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue