2014-08-11 11:36:53 +00:00
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "brcm,bcm6318";
|
|
|
|
|
2015-02-27 17:39:49 +00:00
|
|
|
aliases {
|
|
|
|
gpio0 = &gpio0;
|
|
|
|
gpio1 = &gpio1;
|
2017-02-07 11:31:02 +00:00
|
|
|
spi1 = &hsspi;
|
2015-02-27 17:39:49 +00:00
|
|
|
};
|
|
|
|
|
2014-08-11 11:36:53 +00:00
|
|
|
cpus {
|
2014-12-01 00:51:53 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2014-08-11 11:36:53 +00:00
|
|
|
cpu@0 {
|
|
|
|
compatible = "brcm,bmips3300", "mips,mips4Kc";
|
2014-12-01 00:51:53 +00:00
|
|
|
device_type = "cpu";
|
|
|
|
reg = <0>;
|
2014-08-11 11:36:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-12-01 00:52:07 +00:00
|
|
|
cpu_intc: interrupt-controller {
|
|
|
|
#address-cells = <0>;
|
|
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2014-08-11 11:36:53 +00:00
|
|
|
memory { device_type = "memory"; reg = <0 0>; };
|
|
|
|
|
|
|
|
ubus@10000000 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2014-12-01 00:51:56 +00:00
|
|
|
ranges;
|
2014-08-11 11:36:53 +00:00
|
|
|
compatible = "simple-bus";
|
2017-02-07 11:31:02 +00:00
|
|
|
interrupt-parent = <&periph_intc>;
|
2014-12-01 00:52:07 +00:00
|
|
|
|
|
|
|
ext_intc: interrupt-controller@10000018 {
|
2016-12-19 12:02:21 +00:00
|
|
|
compatible = "brcm,bcm6318-ext-intc";
|
2014-12-01 00:52:07 +00:00
|
|
|
reg = <0x10000018 0x4>;
|
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
|
|
|
|
interrupts = <24>, <25>, <26>, <27>;
|
|
|
|
};
|
|
|
|
|
|
|
|
periph_intc: interrupt-controller@10000020 {
|
2016-06-15 10:37:33 +00:00
|
|
|
compatible = "brcm,bcm6345-l1-intc";
|
2014-12-01 00:52:07 +00:00
|
|
|
reg = <0x10000020 0x20>;
|
|
|
|
|
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <1>;
|
|
|
|
|
|
|
|
interrupt-parent = <&cpu_intc>;
|
|
|
|
interrupts = <2>;
|
|
|
|
};
|
2015-02-27 17:39:49 +00:00
|
|
|
|
|
|
|
gpio1: gpio-controller@10000080 {
|
|
|
|
compatible = "brcm,bcm6345-gpio";
|
|
|
|
reg = <0x10000080 4>, <0x10000088 4>;
|
|
|
|
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
|
|
|
|
ngpios = <18>;
|
2016-12-18 12:54:17 +00:00
|
|
|
|
|
|
|
interrupt-parent = <&ext_intc>;
|
|
|
|
interrupts = <0 0>, <1 0>;
|
|
|
|
interrupt-names = "gpio1", "gpio2";
|
2015-02-27 17:39:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio0: gpio-controller@10000084 {
|
|
|
|
compatible = "brcm,bcm6345-gpio";
|
|
|
|
reg = <0x10000084 4>, <0x1000008c 4>;
|
|
|
|
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
2017-02-07 11:31:02 +00:00
|
|
|
|
|
|
|
hsspi: spi@10003000 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "brcm,bcm6328-hsspi";
|
|
|
|
reg = <0x10003000 0x600>;
|
|
|
|
interrupts = <29>;
|
|
|
|
/* clocks = <&clkctl 25>; */
|
|
|
|
};
|
2014-08-11 11:36:53 +00:00
|
|
|
};
|
|
|
|
};
|