diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-09-04 21:26:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-09-04 21:26:34 +0000 |
| commit | badb06f132f013e8417b0da07fb413ec6bb9bbe5 (patch) | |
| tree | d8a82beb4f57601df078a9c948ef2d000f89fddb /src/mips/rt3050.dtsi | |
| parent | 081ea6e2ce3778c71b9db86f0af1900ecfc266d6 (diff) | |
Notes
Diffstat (limited to 'src/mips/rt3050.dtsi')
| -rw-r--r-- | src/mips/rt3050.dtsi | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/src/mips/rt3050.dtsi b/src/mips/rt3050.dtsi deleted file mode 100644 index e3203d414fee3..0000000000000 --- a/src/mips/rt3050.dtsi +++ /dev/null @@ -1,68 +0,0 @@ -/ { - #address-cells = <1>; - #size-cells = <1>; - compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc"; - - cpus { - cpu@0 { - compatible = "mips,mips24KEc"; - }; - }; - - cpuintc: cpuintc@0 { - #address-cells = <0>; - #interrupt-cells = <1>; - interrupt-controller; - compatible = "mti,cpu-interrupt-controller"; - }; - - palmbus@10000000 { - compatible = "palmbus"; - reg = <0x10000000 0x200000>; - ranges = <0x0 0x10000000 0x1FFFFF>; - - #address-cells = <1>; - #size-cells = <1>; - - sysc@0 { - compatible = "ralink,rt3052-sysc", "ralink,rt3050-sysc"; - reg = <0x0 0x100>; - }; - - intc: intc@200 { - compatible = "ralink,rt3052-intc", "ralink,rt2880-intc"; - reg = <0x200 0x100>; - - interrupt-controller; - #interrupt-cells = <1>; - - interrupt-parent = <&cpuintc>; - interrupts = <2>; - }; - - memc@300 { - compatible = "ralink,rt3052-memc", "ralink,rt3050-memc"; - reg = <0x300 0x100>; - }; - - uartlite@c00 { - compatible = "ralink,rt3052-uart", "ralink,rt2880-uart", "ns16550a"; - reg = <0xc00 0x100>; - - interrupt-parent = <&intc>; - interrupts = <12>; - - reg-shift = <2>; - }; - }; - - usb@101c0000 { - compatible = "ralink,rt3050-usb", "snps,dwc2"; - reg = <0x101c0000 40000>; - - interrupt-parent = <&intc>; - interrupts = <18>; - - status = "disabled"; - }; -}; |
