]> Pileus Git - ~andy/linux/blobdiff - arch/arm/boot/dts/bcm11351.dtsi
Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / arch / arm / boot / dts / bcm11351.dtsi
index ad135885bd2a9ea8a2c208cca3c86a3a90360f8d..41b2c6c33f095e44cf695dbfaa5d325e094c7630 100644 (file)
                      <0x3ff00100 0x100>;
        };
 
+       smc@0x3404c000 {
+               compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
+               reg = <0x3404c000 0x400>; //1 KiB in SRAM
+       };
+
        uart@3e000000 {
                compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
                status = "disabled";
                    cache-unified;
                    cache-level = <2>;
        };
+
+       timer@35006000 {
+               compatible = "bcm,kona-timer";
+               reg = <0x35006000 0x1000>;
+               interrupts = <0x0 7 0x4>;
+               clock-frequency = <32768>;
+       };
+
 };