[PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree
Florian Fainelli
fainelli at broadcom.com
Fri Aug 28 09:36:42 PDT 2015
On 28/08/15 08:41, Rob Herring wrote:
> On Wed, Aug 26, 2015 at 5:35 PM, Jon Mason <jonmason at broadcom.com> wrote:
>> Add a very minimalistic set of Northstar Plus Device Tree files which
>> describes the SoC and the BCM958625 implementation. The perpherials
>> described are:
>>
>> ARM Cortex A9 CPU
>> 2 8250 UARTs
>> ARM GIC
>> PL310 L2 Cache
>> ARM A9 Global timer
>>
>> Signed-off-by: Kapil Hali <kapilh at broadcom.com>
>> Signed-off-by: Jon Mason <jonmason at broadcom.com>
>> ---
[snip]
>> + clocks {
>> + #address-cells = <1>;
>> + #size-cells = <1>;
>> + ranges;
>> +
>> + periph_clk: periph_clk {
>> + compatible = "fixed-clock";
>> + #clock-cells = <0>;
>> + clock-frequency = <500000000>;
>> + };
>> + };
>> +
>> + uart0: serial at 18000300 {
>
> All these devices should go under a bus node.
Jon, you can send a replacement patch and I would drop this one. Thanks!
--
Florian
More information about the linux-arm-kernel
mailing list