Change-Id: I45d6e0ffe5444b26165324048c0e88d6fca19bab
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
compatible = "arm,psci-1.0";
method = "smc";
};
+
+ gpio_keys {
+ compatible = "gpio-keys";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ autorepeat;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwr_key>;
+
+ power {
+ label = "GPIO Key Power";
+ gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
+ linux,code = <116>;
+ debounce-interval = <100>;
+ wakeup-source;
+ };
+ };
};
&cpu0 {
status = "okay";
};
+&pinctrl {
+ keys {
+ pwr_key: pwr-key {
+ rockchip,pins = <3 23 RK_FUNC_GPIO &pcfg_pull_up>;
+ };
+ };
+};
+
&u2phy0 {
status = "okay";