ARM: dts: microchip: sam9x7: Add LVDS controller

Add support for LVDS controller.

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
Link: https://lore.kernel.org/r/20250625-b4-sam9x7-dts-v1-1-92aaee14ed16@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
Dharma Balasubiramani
2025-06-25 14:38:45 +05:30
committed by Claudiu Beznea
parent 5b4522098b
commit 7360dab3be

View File

@@ -1115,6 +1115,15 @@ AT91_XDMAC_DT_PER_IF(1) |
};
};
lvds_controller: lvds-controller@f8060000 {
compatible = "microchip,sam9x75-lvds";
reg = <0xf8060000 0x100>;
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 56>;
clock-names = "pclk";
status = "disabled";
};
matrix: matrix@ffffde00 {
compatible = "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon";
reg = <0xffffde00 0x200>;