|
@@ -49,6 +49,36 @@
|
|
|
reg-io-width = <4>;
|
|
|
};
|
|
|
|
|
|
+ uart@3e001000 {
|
|
|
+ compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x3e001000 0x1000>;
|
|
|
+ clock-frequency = <13000000>;
|
|
|
+ interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg-shift = <2>;
|
|
|
+ reg-io-width = <4>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart@3e002000 {
|
|
|
+ compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x3e002000 0x1000>;
|
|
|
+ clock-frequency = <13000000>;
|
|
|
+ interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg-shift = <2>;
|
|
|
+ reg-io-width = <4>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart@3e003000 {
|
|
|
+ compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
|
|
+ status = "disabled";
|
|
|
+ reg = <0x3e003000 0x1000>;
|
|
|
+ clock-frequency = <13000000>;
|
|
|
+ interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg-shift = <2>;
|
|
|
+ reg-io-width = <4>;
|
|
|
+ };
|
|
|
+
|
|
|
L2: l2-cache {
|
|
|
compatible = "brcm,bcm11351-a2-pl310-cache";
|
|
|
reg = <0x3ff20000 0x1000>;
|