Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65-main Add CAL node
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bparrot authored and Tero Kristo committed Jan 24, 2020
1 parent 1c4d352 commit e98a042
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -720,4 +720,26 @@

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>;
};
};
};
};

0 comments on commit e98a042

Please sign in to comment.