]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/cris/boot/dts/etraxfs.dtsi
sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS
[karo-tx-linux.git] / arch / cris / boot / dts / etraxfs.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         interrupt-parent = <&intc>;
5
6         cpus {
7                 #address-cells = <1>;
8                 #size-cells = <0>;
9
10                 cpu@0 {
11                         device_type = "cpu";
12                         model = "axis,crisv32";
13                         reg = <0>;
14                 };
15         };
16
17         soc {
18                 compatible = "simple-bus";
19                 model = "etraxfs";
20                 #address-cells = <1>;
21                 #size-cells = <1>;
22                 ranges;
23
24                 intc: interrupt-controller {
25                         compatible = "axis,crisv32-intc";
26                         reg = <0xb001c000 0x1000>;
27                         interrupt-controller;
28                         #interrupt-cells = <1>;
29                 };
30
31                 serial@b00260000 {
32                         compatible = "axis,etraxfs-uart";
33                         reg = <0xb0026000 0x1000>;
34                         interrupts = <68>;
35                         status = "disabled";
36                 };
37         };
38 };