summaryrefslogtreecommitdiffstats
path: root/dts/src/powerpc/wii.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/powerpc/wii.dts')
-rw-r--r--dts/src/powerpc/wii.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/dts/src/powerpc/wii.dts b/dts/src/powerpc/wii.dts
index aaa381da19..e9c945b123 100644
--- a/dts/src/powerpc/wii.dts
+++ b/dts/src/powerpc/wii.dts
@@ -216,7 +216,18 @@
control@d800100 {
compatible = "nintendo,hollywood-control";
- reg = <0x0d800100 0x300>;
+ /*
+ * Both the address and length are wrong, according to
+ * Wiibrew this should be <0x0d800000 0x400>, but it
+ * requires refactoring the PIC1, GPIO and OTP nodes
+ * before changing that.
+ */
+ reg = <0x0d800100 0xa0>;
+ };
+
+ otp@d8001ec {
+ compatible = "nintendo,hollywood-otp";
+ reg = <0x0d8001ec 0x8>;
};
disk@d806000 {