mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: ti: k3-am625: Add OLDI support
The AM625 SoC has 2 OLDI TXes under the DSS. Add their support. Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com> Signed-off-by: Swamil Jain <s-jain1@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com> Link: https://patch.msgid.link/20250913064205.4152249-3-s-jain1@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
committed by
Vignesh Raghavendra
parent
779ea073db
commit
a00ee8014d
@@ -793,6 +793,53 @@
|
||||
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
|
||||
oldi-transmitters {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
oldi0: oldi@0 {
|
||||
reg = <0>;
|
||||
clocks = <&k3_clks 186 0>;
|
||||
clock-names = "serial";
|
||||
ti,oldi-io-ctrl = <&dss_oldi_io_ctrl>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
oldi0_port0: port@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
oldi0_port1: port@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
oldi1: oldi@1 {
|
||||
reg = <1>;
|
||||
clocks = <&k3_clks 186 0>;
|
||||
clock-names = "serial";
|
||||
ti,oldi-io-ctrl = <&dss_oldi_io_ctrl>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
oldi1_port0: port@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
oldi1_port1: port@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dss_ports: ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
Reference in New Issue
Block a user