dts: npcx: move npcx/npcx7/npcx9.dtsi to npcx folder

Move dt files related to SoC family and series to npcx folder. It only
leaves SoC dt file in `dts/arm/nuvoton folder` in case of confusion with
the other Nuvoton SoCs.

The dt files path will be:
dts/arm/nuvoton
        |--npcx
        |    |--npcx7
        |    |    |--npcx7-miwus-wui-map.dtsi
        |    |    |--npcx7-alts-map.dtsi
        |    |    |--.....
        |    +--npcx9
        |    |    |--npcx9-miwus-wui-map.dtsi
        |    |    |--npcx9-alts-map.dtsi
        |    |    +--.....
        |    |--npcx-miwus-wui-map.dtsi
        |    |--npcx-alts-map.dtsi
        |    |--npcx.dtsi
        |    |--npcx7.dtsi
        |    |--npcx9.dtsi
        |--npcx7m6fb.dtsi
        |--npcx7m6fc.dtsi
        |--npcx9m8f.dtsi
        +--npcx9m3f.dtsi

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
Mulin Chao 2022-07-25 02:27:08 -07:00 committed by Anas Nashif
commit 0af2e0ef04
9 changed files with 16 additions and 16 deletions

View file

@ -5,15 +5,15 @@
*/
/* NPCX7 series pinmux mapping table */
#include "npcx/npcx7/npcx7-alts-map.dtsi"
#include "npcx7/npcx7-alts-map.dtsi"
/* NPCX7 series mapping table between MIWU wui bits and source device */
#include "npcx/npcx7/npcx7-miwus-wui-map.dtsi"
#include "npcx7/npcx7-miwus-wui-map.dtsi"
/* NPCX7 series mapping table between MIWU groups and interrupts */
#include "npcx/npcx7/npcx7-miwus-int-map.dtsi"
#include "npcx7/npcx7-miwus-int-map.dtsi"
/* NPCX7 series eSPI VW mapping table */
#include "npcx/npcx7/npcx7-espi-vws-map.dtsi"
#include "npcx7/npcx7-espi-vws-map.dtsi"
/* NPCX7 series low-voltage io controls mapping table */
#include "npcx/npcx7/npcx7-lvol-ctrl-map.dtsi"
#include "npcx7/npcx7-lvol-ctrl-map.dtsi"
/* Device tree declarations of npcx soc family */
#include "npcx.dtsi"

View file

@ -5,15 +5,15 @@
*/
/* NPCX9 series pinmux mapping table */
#include "npcx/npcx9/npcx9-alts-map.dtsi"
#include "npcx9/npcx9-alts-map.dtsi"
/* NPCX9 series mapping table between MIWU wui bits and source device */
#include "npcx/npcx9/npcx9-miwus-wui-map.dtsi"
#include "npcx9/npcx9-miwus-wui-map.dtsi"
/* NPCX9 series mapping table between MIWU groups and interrupts */
#include "npcx/npcx9/npcx9-miwus-int-map.dtsi"
#include "npcx9/npcx9-miwus-int-map.dtsi"
/* NPCX9 series eSPI VW mapping table */
#include "npcx/npcx9/npcx9-espi-vws-map.dtsi"
#include "npcx9/npcx9-espi-vws-map.dtsi"
/* NPCX9 series low-voltage io controls mapping table */
#include "npcx/npcx9/npcx9-lvol-ctrl-map.dtsi"
#include "npcx9/npcx9-lvol-ctrl-map.dtsi"
/* Device tree declarations of npcx soc family */
#include "npcx.dtsi"

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx7.dtsi"
#include "npcx/npcx7.dtsi"
/ {
flash0: flash@10090000 {

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx7.dtsi"
#include "npcx/npcx7.dtsi"
/ {
flash0: flash@10090000 {

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx7.dtsi"
#include "npcx/npcx7.dtsi"
/ {
flash0: flash@10070000 {

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx9.dtsi"
#include "npcx/npcx9.dtsi"
/ {
flash0: flash@10080000 {

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx9.dtsi"
#include "npcx/npcx9.dtsi"
/ {
flash0: flash@10090000 {

View file

@ -5,7 +5,7 @@
*/
#include <mem.h>
#include "npcx9.dtsi"
#include "npcx/npcx9.dtsi"
/ {
flash0: flash@10070000 {