summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/bcm911360_entphn.dts
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/dts/arm/bcm911360_entphn.dts')
-rw-r--r--sys/gnu/dts/arm/bcm911360_entphn.dts37
1 files changed, 31 insertions, 6 deletions
diff --git a/sys/gnu/dts/arm/bcm911360_entphn.dts b/sys/gnu/dts/arm/bcm911360_entphn.dts
index d2ee952..8b3800f 100644
--- a/sys/gnu/dts/arm/bcm911360_entphn.dts
+++ b/sys/gnu/dts/arm/bcm911360_entphn.dts
@@ -33,21 +33,46 @@
/dts-v1/;
#include "bcm-cygnus.dtsi"
+#include "dt-bindings/input/input.h"
/ {
model = "Cygnus Enterprise Phone (BCM911360_ENTPHN)";
compatible = "brcm,bcm11360", "brcm,cygnus";
- aliases {
- serial0 = &uart3;
- };
-
chosen {
stdout-path = &uart3;
bootargs = "console=ttyS0,115200";
};
- uart3: serial@18023000 {
- status = "okay";
+ gpio_keys {
+ compatible = "gpio-keys";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ hook {
+ label = "HOOK";
+ linux,code = <KEY_O>;
+ gpios = <&gpio_asiu 48 0>;
+ };
+ };
+};
+
+&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>;
};
};
OpenPOWER on IntegriCloud