[PATCH 04/11] arm64: dts: Initial DTS files for Broadcom Stingray SOC
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2017-05-07 23:30:35
Also in:
linux-clk, linux-devicetree, lkml
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2017-05-07 23:30:35
Also in:
linux-clk, linux-devicetree, lkml
Le 05/06/17 ? 04:54, Anup Patel a ?crit :
The Broadcom Stingray SoC is a new member in Broadcom iProc SoC family. This patch adds initial DTS files for Broadcom Stingray SoC and two of its reference boards (bcm958742k and bcm958742t). We have lot of reference boards and large number of devices in Broadcom Stingray SoC so eventually we will have quite a few DTS files for Stingray. To tackle, we have added a separate directory for Stingray DTS files. Signed-off-by: Anup Patel <redacted> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Ray Jui <rjui@broadcom.com> ---
+
+ scr {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0 0 0xffffffff>;Sorry for missing that during the internal review, the ranges property here should include the 6300_0000 offset such that everything else under the "scr" node is relative to that base address. This makes it a lot easier to understand the different physical addresses involved and the bus topology. -- Florian