wii.dts (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | wii.dts (b11748e693166679acc13c8a4328a71efe1d4a89) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * arch/powerpc/boot/dts/wii.dts 4 * 5 * Nintendo Wii platform device tree source 6 * Copyright (C) 2008-2009 The GameCube Linux Team 7 * Copyright (C) 2008,2009 Albert Herranz 8 */ --- 202 unchanged lines hidden (view full) --- 211 reg = <0x70>; 212 }; 213 }; 214 */ 215 }; 216 217 control@d800100 { 218 compatible = "nintendo,hollywood-control"; | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * arch/powerpc/boot/dts/wii.dts 4 * 5 * Nintendo Wii platform device tree source 6 * Copyright (C) 2008-2009 The GameCube Linux Team 7 * Copyright (C) 2008,2009 Albert Herranz 8 */ --- 202 unchanged lines hidden (view full) --- 211 reg = <0x70>; 212 }; 213 }; 214 */ 215 }; 216 217 control@d800100 { 218 compatible = "nintendo,hollywood-control"; |
219 reg = <0x0d800100 0x300>; | 219 /* 220 * Both the address and length are wrong, according to 221 * Wiibrew this should be <0x0d800000 0x400>, but it 222 * requires refactoring the PIC1 and GPIO nodes before 223 * changing that. 224 */ 225 reg = <0x0d800100 0xa0>; |
220 }; 221 222 disk@d806000 { 223 compatible = "nintendo,hollywood-di"; 224 reg = <0x0d806000 0x40>; 225 interrupts = <2>; 226 }; 227 }; --- 29 unchanged lines hidden --- | 226 }; 227 228 disk@d806000 { 229 compatible = "nintendo,hollywood-di"; 230 reg = <0x0d806000 0x40>; 231 interrupts = <2>; 232 }; 233 }; --- 29 unchanged lines hidden --- |