|
@@ -386,6 +386,26 @@
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ hif_l2_intc: interrupt-controller@41b000 {
|
|
|
|
+ compatible = "brcm,l2-intc";
|
|
|
|
+ reg = <0x41b000 0x30>;
|
|
|
|
+ interrupt-controller;
|
|
|
|
+ #interrupt-cells = <1>;
|
|
|
|
+ interrupt-parent = <&periph_intc>;
|
|
|
|
+ interrupts = <24>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ nand: nand@41c800 {
|
|
|
|
+ compatible = "brcm,brcmnand-v6.2", "brcm,brcmnand";
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+ reg-names = "nand", "flash-dma";
|
|
|
|
+ reg = <0x41c800 0x600>, <0x41d000 0x100>;
|
|
|
|
+ interrupt-parent = <&hif_l2_intc>;
|
|
|
|
+ interrupts = <24>, <4>;
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
sata: sata@181000 {
|
|
sata: sata@181000 {
|
|
compatible = "brcm,bcm7425-ahci", "brcm,sata3-ahci";
|
|
compatible = "brcm,bcm7425-ahci", "brcm,sata3-ahci";
|
|
reg-names = "ahci", "top-ctrl";
|
|
reg-names = "ahci", "top-ctrl";
|