Skip to content

Commit 3a361ea

Browse files
Jyri SarhaSantoshShilimkar
authored andcommitted
ARM: dts: keystone-k2g: Add DSS node
Add DT node for DSS. K2G has DSS version 6. Keystone family DSS are somewhat different compered to the old OMAP family DSSes and the binding looks different too. Signed-off-by: Jyri Sarha <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]> Signed-off-by: Jyri Sarha <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
1 parent bb6d3fb commit 3a361ea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/arm/boot/dts/keystone-k2g.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,28 @@
324324
clock-names = "gpio";
325325
};
326326

327+
dss: dss@02540000 {
328+
compatible = "ti,k2g-dss";
329+
reg = <0x02540000 0x400>,
330+
<0x02550000 0x1000>,
331+
<0x02557000 0x1000>,
332+
<0x0255a800 0x100>,
333+
<0x0255ac00 0x100>;
334+
reg-names = "cfg", "common", "vid1", "ovr1", "vp1";
335+
clocks = <&k2g_clks 0x2 0>,
336+
<&k2g_clks 0x2 1>;
337+
clock-names = "fck", "vp1";
338+
interrupts = <GIC_SPI 247 IRQ_TYPE_EDGE_RISING>;
339+
340+
power-domains = <&k2g_pds 0x2>;
341+
status = "disabled";
342+
#address-cells = <1>;
343+
#size-cells = <1>;
344+
ranges;
345+
346+
max-memory-bandwidth = <230000000>;
347+
};
348+
327349
edma0: edma@2700000 {
328350
compatible = "ti,k2g-edma3-tpcc", "ti,edma3-tpcc";
329351
reg = <0x02700000 0x8000>;

0 commit comments

Comments
 (0)