Skip to content

Commit

Permalink
dts: arm: st: h7: stm32h7a3: add LTDC display controller node
Browse files Browse the repository at this point in the history
Add LTDC display controller peripheral node to device tree

Signed-off-by: Tomislav Milkovic <[email protected]>
  • Loading branch information
tmilkovic51 authored and mbolivar-nordic committed Mar 30, 2022
1 parent d864ca2 commit 2655b34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/arm/st/h7/stm32h7a3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
dma-requests= <111>;
};

ltdc: display-controller@50001000 {
compatible = "st,stm32-ltdc";
reg = <0x50001000 0x200>;
interrupts = <88 0>, <89 0>;
interrupt-names = "ltdc", "ltdc_er";
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
label = "LTDC";
status = "disabled";
};
};

/* System data RAM accessible over AXI bus: AXI SRAM1 in CD domain */
Expand Down

0 comments on commit 2655b34

Please sign in to comment.