brcm63xx: convert to irq domain
[openwrt.git] / target / linux / brcm63xx / dts / bcm6368.dtsi
1 / {
2         #address-cells = <1>;
3         #size-cells = <1>;
4         compatible = "brcm,bcm6368";
5
6         aliases {
7                 pflash = &pflash;
8         };
9
10         cpus {
11                 cpu@0 {
12                         compatible = "brcm,bmips4350", "mips,mips4Kc";
13                 };
14
15                 cpu@1 {
16                         compatible = "brcm,bmips4350", "mips,mips4Kc";
17                 };
18         };
19
20         memory { device_type = "memory"; reg = <0 0>; };
21
22         ubus@10000000 {
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25                 compatible = "simple-bus";
26         };
27
28         pflash: nor@18000000 {
29                 compatible = "cfi-flash";
30                 reg = <0x18000000 0x2000000>;
31                 bank-width = <2>;
32                 #address-cells = <1>;
33                 #size-cells = <1>;
34                 status = "disabled";
35         };
36 };