]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/cris/boot/dts/artpec3.dtsi
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / cris / boot / dts / artpec3.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 = "artpec3";
21 #address-cells = <1>;
22 #size-cells = <1>;
23 ranges;
24
25 intc: interrupt-controller {
26 compatible = "axis,crisv32-intc";
27 reg = <0xb002a000 0x1000>;
28 interrupt-controller;
29 #interrupt-cells = <1>;
30 };
31
32 gio: gpio@b0020000 {
33 compatible = "axis,artpec3-gio";
34 reg = <0xb0020000 0x1000>;
35 interrupts = <61>;
36 gpio-controller;
37 #gpio-cells = <3>;
38 };
39
40 serial@b003e000 {
41 compatible = "axis,etraxfs-uart";
42 reg = <0xb003e000 0x1000>;
43 interrupts = <64>;
44 status = "disabled";
45 };
46 };
47 };