]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Enable various peripherals on bcm958305k
authorRay Jui <rjui@broadcom.com>
Mon, 21 Sep 2015 22:12:47 +0000 (15:12 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 23 Sep 2015 00:50:36 +0000 (17:50 -0700)
This patch enables various peripherals on Broadcom Cygnus wireless audio
board (bcm958305k). These peripherals include I2C, PCIe, and NAND

Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm958305k.dts

index af11a8e30d093fb3852f9f797fc5785f9328e587..9863a19ab1bd9d35aa98d2c431abe3033cd88404 100644 (file)
        };
 };
 
+&i2c0 {
+       status = "okay";
+};
+
+&i2c1 {
+       status = "okay";
+};
+
+&pcie0 {
+       status = "okay";
+};
+
+&pcie1 {
+       status = "okay";
+};
+
 &uart3 {
        status = "okay";
 };
+
+&nand {
+       nandcs@1 {
+               compatible = "brcm,nandcs";
+               reg = <0>;
+               nand-on-flash-bbt;
+
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               nand-ecc-strength = <24>;
+               nand-ecc-step-size = <1024>;
+
+               brcm,nand-oob-sector-size = <27>;
+       };
+};