arm64: dts: ti: k3-am65-main Add CAL node
authorBenoit Parrot <bparrot@ti.com>
Wed, 11 Dec 2019 14:05:57 +0000 (08:05 -0600)
committerTero Kristo <t-kristo@ti.com>
Fri, 24 Jan 2020 11:13:23 +0000 (13:13 +0200)
Add CAL dtsi node for AM654 device. Including proper power-domains and
clock properties.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index a856079c4fa9678d91613c2c0f23b10249b5aea9..e5df20a2d2f9b66fda24ed8c76cd4b135384d1fd 100644 (file)
 
                status = "disabled";
        };
+
+       cal: cal@6f03000 {
+               compatible = "ti,am654-cal";
+               reg = <0x0 0x06f03000 0x0 0x400>,
+                     <0x0 0x06f03800 0x0 0x40>;
+               reg-names = "cal_top",
+                           "cal_rx_core0";
+               interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
+               ti,camerrx-control = <&scm_conf 0x40c0>;
+               clock-names = "fck";
+               clocks = <&k3_clks 2 0>;
+               power-domains = <&k3_pds 2 TI_SCI_PD_EXCLUSIVE>;
+
+               ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       csi2_0: port@0 {
+                               reg = <0>;
+                       };
+               };
+       };
 };