imx8: Replace SC_R_LAST with SC_R_NONE in DTB
[oweals/u-boot.git] / arch / arm / dts / k3-am65-wakeup.dtsi
index 1f591ef8bb9e0e9a95a43e1380dd21c1e6f6e217..2676d6035b21577e093851450f5cb4e44cc3850e 100644 (file)
@@ -20,7 +20,7 @@
 
                k3_pds: power-controller {
                        compatible = "ti,sci-pm-domain";
-                       #power-domain-cells = <1>;
+                       #power-domain-cells = <2>;
                };
 
                k3_clks: clocks {
                };
        };
 
+       wkup_pmx0: pinmux@4301c000 {
+               compatible = "pinctrl-single";
+               reg = <0x4301c000 0x118>;
+               #pinctrl-cells = <1>;
+               pinctrl-single,register-width = <32>;
+               pinctrl-single,function-mask = <0xffffffff>;
+       };
+
        wkup_uart0: serial@42300000 {
                compatible = "ti,am654-uart";
                reg = <0x42300000 0x100>;
                clock-frequency = <48000000>;
                current-speed = <115200>;
        };
+
+       wkup_i2c0: i2c@42120000 {
+               compatible = "ti,am654-i2c", "ti,omap4-i2c";
+               reg = <0x42120000 0x100>;
+               interrupts = <GIC_SPI 696 IRQ_TYPE_LEVEL_HIGH>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               clock-names = "fck";
+               clocks = <&k3_clks 115 1>;
+               power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>;
+       };
 };