imx6ull-somdevices-C8P1.dts: imx6ull-somdevices-C8P1--10032020.dts
authorJosep Orga <jorga@somdevices.com>
Tue, 10 Mar 2020 07:41:25 +0000 (08:41 +0100)
committerJosep Orga <jorga@somdevices.com>
Tue, 10 Mar 2020 07:41:25 +0000 (08:41 +0100)
· Added BUTTON SHUTDOWN.
· Added wakeup capabilities to RTC.
· Removed not used peripherals.

Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm/boot/dts/imx6ull-somdevices-C8P1.dts

index 256fef6..5ae0536 100644 (file)
                        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";
+};