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:
parent
d395b7f1e8
commit
0af2e0ef04
9 changed files with 16 additions and 16 deletions
|
@ -5,15 +5,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* NPCX7 series pinmux mapping table */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* Device tree declarations of npcx soc family */
|
||||||
#include "npcx.dtsi"
|
#include "npcx.dtsi"
|
|
@ -5,15 +5,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* NPCX9 series pinmux mapping table */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* 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 */
|
/* Device tree declarations of npcx soc family */
|
||||||
#include "npcx.dtsi"
|
#include "npcx.dtsi"
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx7.dtsi"
|
#include "npcx/npcx7.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10090000 {
|
flash0: flash@10090000 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx7.dtsi"
|
#include "npcx/npcx7.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10090000 {
|
flash0: flash@10090000 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx7.dtsi"
|
#include "npcx/npcx7.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10070000 {
|
flash0: flash@10070000 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx9.dtsi"
|
#include "npcx/npcx9.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10080000 {
|
flash0: flash@10080000 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx9.dtsi"
|
#include "npcx/npcx9.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10090000 {
|
flash0: flash@10090000 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
#include "npcx9.dtsi"
|
#include "npcx/npcx9.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
flash0: flash@10070000 {
|
flash0: flash@10070000 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue