Skip to content

Commit e98a042

Browse files
bparrotTero Kristo
authored andcommitted
arm64: dts: ti: k3-am65-main Add CAL node
Add CAL dtsi node for AM654 device. Including proper power-domains and clock properties. Signed-off-by: Benoit Parrot <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 1c4d352 commit e98a042

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,4 +720,26 @@
720720

721721
status = "disabled";
722722
};
723+
724+
cal: cal@6f03000 {
725+
compatible = "ti,am654-cal";
726+
reg = <0x0 0x06f03000 0x0 0x400>,
727+
<0x0 0x06f03800 0x0 0x40>;
728+
reg-names = "cal_top",
729+
"cal_rx_core0";
730+
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
731+
ti,camerrx-control = <&scm_conf 0x40c0>;
732+
clock-names = "fck";
733+
clocks = <&k3_clks 2 0>;
734+
power-domains = <&k3_pds 2 TI_SCI_PD_EXCLUSIVE>;
735+
736+
ports {
737+
#address-cells = <1>;
738+
#size-cells = <0>;
739+
740+
csi2_0: port@0 {
741+
reg = <0>;
742+
};
743+
};
744+
};
723745
};

0 commit comments

Comments
 (0)