dts/sparc/gaisler: add SoC and board compatible strings
This commit adds compatible strings to Gaisler SoCs and boards in devicetree files. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
f3d9fd87c5
commit
00efea0c43
4 changed files with 6 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <gaisler/leon3soc.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Generic LEON3 system";
|
||||
compatible = "gaisler,generic-leon3";
|
||||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
#include <gaisler/gr716a.dtsi>
|
||||
|
||||
/ {
|
||||
model = "GR716-MINI Development Board";
|
||||
compatible = "gaisler,gr716a-mini";
|
||||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
soc {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
compatible = "gaisler,gr716-soc", "simple-bus";
|
||||
ranges;
|
||||
interrupt-parent = <&irqmp>;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
soc {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
compatible = "gaisler,leon3-soc", "simple-bus";
|
||||
ranges;
|
||||
interrupt-parent = <&irqmp>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue