dts: nios2: intel: Move SoC devicetree includes under a vendor directory

Cleans up SoC devicetree include file locations to follow the convention
of dts/<arch>/<vendor>/

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm 2022-04-29 14:55:33 -05:00 committed by Anas Nashif
commit f987095a51
4 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/dts-v1/; /dts-v1/;
#include <nios2f.dtsi> #include <intel/nios2f.dtsi>
/ { / {
model = "altera_max10"; model = "altera_max10";

View file

@ -2,7 +2,7 @@
/dts-v1/; /dts-v1/;
#include <nios2-qemu.dtsi> #include <intel/nios2-qemu.dtsi>
/ { / {
model = "qemu_nios2"; model = "qemu_nios2";