· Added BUTTON SHUTDOWN.
· Added wakeup capabilities to RTC.
· Removed not used peripherals.
Signed-off-by: Josep Orga <jorga@somdevices.com>
linux,code = <KEY_F4>;
gpio-key,wakeup;
};
+ button4 {
+ label = "BUTTON_SHUTDOWN";
+ gpios = <&gpio4 12 GPIO_ACTIVE_LOW>; //button_shutdown
+ linux,code = <KEY_F5>;
+ gpio-key,wakeup;
+ };
};
sound {
sound-dai = <&sgtl5000>;
};
};
+
+ backlight {
+ status = "disabled";
+ };
+
+ pxp_v4l2 {
+ status = "disabled";
+ };
+};
+
+&flexcan1 {
+ status = "disabled";
};
&i2c1 {
pcf8563@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
+ wakeup-source;
};
sgtl5000: codec@a {
pinctrl_keys: keys {
fsl,pins = <
MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0x1b0b0 //GPIO02
+ MX6UL_PAD_UART2_TX_DATA__GPIO1_IO20 0x1b0b0 //IN_2
>;
};
};
pinctrl-0 = <&pinctrl_sai2>;
status = "okay";
};
+
+&lcdif {
+ status = "disabled";
+};
+
+&uart2 {
+ status = "disabled";
+};