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:
Filip Kokosinski 2023-04-28 15:39:38 +02:00 committed by Carles Cufí
commit 00efea0c43
4 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,8 @@
#include <gaisler/leon3soc.dtsi>
/ {
model = "Generic LEON3 system";
compatible = "gaisler,generic-leon3";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;

View file

@ -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;

View file

@ -30,7 +30,7 @@
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
compatible = "gaisler,gr716-soc", "simple-bus";
ranges;
interrupt-parent = <&irqmp>;

View file

@ -25,7 +25,7 @@
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
compatible = "gaisler,leon3-soc", "simple-bus";
ranges;
interrupt-parent = <&irqmp>;