dts: use 'cdns' instead of 'xtensa' vendor prefix
These IP blocks' vendor is Cadence, whose proper vendor prefix is 'cdns' if we are going to match the Linux vendor prefixes list. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
30de558824
commit
f5a91d7a3f
9 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "qemu_xtensa";
|
model = "qemu_xtensa";
|
||||||
compatible = "xtensa,sample-controller";
|
compatible = "cdns,xtensa-sample-controller";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "xt-sim";
|
model = "xt-sim";
|
||||||
compatible = "xtensa,sample-controller";
|
compatible = "cdns,xtensa-sample-controller";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
description: Xtensa Core interrupt controller
|
description: Xtensa Core interrupt controller
|
||||||
|
|
||||||
compatible: "xtensa,core-intc"
|
compatible: "cdns,xtensa-core-intc"
|
||||||
|
|
||||||
include: [interrupt-controller.yaml, base.yaml]
|
include: [interrupt-controller.yaml, base.yaml]
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
core_intc: core_intc@0 {
|
core_intc: core_intc@0 {
|
||||||
compatible = "xtensa,core-intc";
|
compatible = "cdns,xtensa-core-intc";
|
||||||
reg = <0x00 0x400>;
|
reg = <0x00 0x400>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue