summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rtd1195.dtsi
AgeCommit message (Collapse)Author
2020-04-12ARM: dts: rtd1195: Add SB2 and SCPU Wrapper syscon nodesAndreas Färber
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>
2020-04-12ARM: dts: rtd1195: Add UART resetsAndreas Färber
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>
2020-04-12ARM: dts: rtd1195: Add reset nodesAndreas Färber
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>
2020-04-12ARM: dts: rtd1195: Add CRT syscon nodeAndreas Färber
Prepare a CRT syscon mfd node. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
2020-04-12ARM: dts: rtd1195: Introduce iso and misc sysconAndreas Färber
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>
2020-04-12ARM: dts: rtd1195: Introduce r-busAndreas Färber
Model Realtek's register bus in DT. Signed-off-by: Andreas Färber <afaerber@suse.de>
2020-04-12ARM: dts: rtd1195: Exclude boot ROM from memory rangesAndreas Färber
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>
2020-04-12ARM: dts: Prepare Realtek RTD1195 and MeLE X1000Andreas Färber
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>