summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rtd1195.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: rtd1195: Add SB2 and SCPU Wrapper syscon nodesAndreas Färber2020-04-121-0/+18
| | | | | | | Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD1195 DT. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Add UART resetsAndreas Färber2020-04-121-0/+3
| | | | | | | Associate the UART nodes with the corresponding reset controller bits. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Add reset nodesAndreas Färber2020-04-121-0/+26
| | | | | | | Add reset controller nodes for Realtek RTD1195 SoC. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Add CRT syscon nodeAndreas Färber2020-04-121-0/+9
| | | | | | | Prepare a CRT syscon mfd node. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Introduce iso and misc sysconAndreas Färber2020-04-121-18/+40
| | | | | | | | Group watchdog and UART0 into an Isolation syscon mfd node. Group UART1 into a Miscellaneous syscon mfd node. Cc: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Introduce r-busAndreas Färber2020-04-121-22/+30
| | | | | | Model Realtek's register bus in DT. Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: rtd1195: Exclude boot ROM from memory rangesAndreas Färber2020-04-121-1/+2
| | | | | | | Carve out 0xa800 for the boot ROM from the /memory@0 node, updating it to /memory@a800, and add it to /soc ranges. Signed-off-by: Andreas Färber <afaerber@suse.de>
* ARM: dts: Prepare Realtek RTD1195 and MeLE X1000Andreas Färber2020-04-121-0/+130
Add Device Trees for Realtek RTD1195 SoC and MeLE X1000 TV box. Reuse the existing RTD1295 watchdog compatible for now. Reviewed-by: Rob Herring <robh@kernel.org> [AF: Fixed r-bus size, fixed GIC, updated memreserve & memory] Signed-off-by: Andreas Färber <afaerber@suse.de>