]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/cris/boot/dts/etraxfs.dtsi
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / cris / boot / dts / etraxfs.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 / {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 interrupt-parent = <&intc>;
6
7 cpus {
8 #address-cells = <1>;
9 #size-cells = <0>;
10
11 cpu@0 {
12 device_type = "cpu";
13 model = "axis,crisv32";
14 reg = <0>;
15 };
16 };
17
18 soc {
19 compatible = "simple-bus";
20 model = "etraxfs";
21 #address-cells = <1>;
22 #size-cells = <1>;
23 ranges;
24
25 intc: interrupt-controller {
26 compatible = "axis,crisv32-intc";
27 reg = <0xb001c000 0x1000>;
28 interrupt-controller;
29 #interrupt-cells = <1>;
30 };
31
32 gio: gpio@b001a000 {
33 compatible = "axis,etraxfs-gio";
34 reg = <0xb001a000 0x1000>;
35 interrupts = <50>;
36 gpio-controller;
37 #gpio-cells = <3>;
38 };
39
40 serial@b00260000 {
41 compatible = "axis,etraxfs-uart";
42 reg = <0xb0026000 0x1000>;
43 interrupts = <68>;
44 status = "disabled";
45 };
46 };
47 };