Lines Matching +full:dsp +full:- +full:gpio
5 * Copyright (C) 2008-2009 The GameCube Linux Team
15 /dts-v1/;
16 #include <dt-bindings/gpio/gpio.h>
19 * This is commented-out for now.
24 /*/memreserve/ 0x10000000 0x0004000;*/ /* DSP RAM */
29 #address-cells = <1>;
30 #size-cells = <1>;
33 bootargs = "root=/dev/mmcblk0p2 rootwait udbg-immortal";
38 reg = <0x00000000 0x01800000 /* MEM1 24MB 1T-SRAM */
43 #address-cells = <1>;
44 #size-cells = <0>;
49 clock-frequency = <729000000>; /* 729MHz */
50 bus-frequency = <243000000>; /* 243MHz core-to-bus 3x */
51 timebase-frequency = <60750000>; /* 243MHz / 4 */
52 i-cache-line-size = <32>;
53 d-cache-line-size = <32>;
54 i-cache-size = <32768>;
55 d-cache-size = <32768>;
61 #address-cells = <1>;
62 #size-cells = <1>;
67 interrupt-parent = <&PIC0>;
70 compatible = "nintendo,hollywood-vi",
71 "nintendo,flipper-vi";
76 processor-interface@c003000 {
77 compatible = "nintendo,hollywood-pi",
78 "nintendo,flipper-pi";
82 #interrupt-cells = <1>;
83 compatible = "nintendo,flipper-pic";
84 interrupt-controller;
88 dsp@c005000 {
89 #address-cells = <1>;
90 #size-cells = <1>;
91 compatible = "nintendo,hollywood-dsp",
92 "nintendo,flipper-dsp";
97 gamepad-controller@d006400 {
98 compatible = "nintendo,hollywood-si",
99 "nintendo,flipper-si";
105 compatible = "nintendo,hollywood-ai",
106 "nintendo,flipper-ai";
113 compatible = "nintendo,hollywood-exi",
114 "nintendo,flipper-exi";
116 virtual-reg = <0x0d006800>;
121 compatible = "nintendo,hollywood-usb-ehci",
122 "usb-ehci";
125 interrupt-parent = <&PIC1>;
129 compatible = "nintendo,hollywood-usb-ohci",
130 "usb-ohci";
133 interrupt-parent = <&PIC1>;
137 compatible = "nintendo,hollywood-usb-ohci",
138 "usb-ohci";
141 interrupt-parent = <&PIC1>;
145 compatible = "nintendo,hollywood-sdhci",
149 interrupt-parent = <&PIC1>;
153 compatible = "nintendo,hollywood-sdhci",
157 interrupt-parent = <&PIC1>;
161 compatible = "nintendo,hollywood-ipc";
164 interrupt-parent = <&PIC1>;
168 #interrupt-cells = <1>;
169 compatible = "nintendo,hollywood-pic";
171 interrupt-controller;
175 GPIO: gpio@d8000c0 { label
176 #gpio-cells = <2>;
177 compatible = "nintendo,hollywood-gpio";
179 gpio-controller;
182 gpio-line-names =
192 * for i2c over gpio is defined.
195 i2c-video {
196 #address-cells = <1>;
197 #size-cells = <0>;
198 compatible = "i2c-gpio";
200 gpios = <&GPIO 15 0
201 &GPIO 14 0>;
202 clock-frequency = <250000>;
203 no-clock-stretching;
204 scl-is-open-drain;
205 sda-is-open-drain;
206 sda-enforce-dir;
208 AVE: audio-video-encoder@70 {
209 compatible = "nintendo,wii-audio-video-encoder";
217 compatible = "nintendo,hollywood-control";
222 compatible = "nintendo,hollywood-di";
228 gpio-leds {
229 compatible = "gpio-leds";
232 drive-slot {
234 gpios = <&GPIO 5 GPIO_ACTIVE_HIGH>;
235 panic-indicator;