]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/gnu/dts/arm/bcm47081.dtsi
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / gnu / dts / arm / bcm47081.dtsi
1 /*
2  * Broadcom BCM470X / BCM5301X ARM platform code.
3  * DTS for BCM47081 SoC.
4  *
5  * Copyright © 2014 Rafał Miłecki <zajec5@gmail.com>
6  *
7  * Licensed under the GNU/GPL. See COPYING for details.
8  */
9
10 #include "bcm5301x.dtsi"
11
12 / {
13         compatible = "brcm,bcm47081";
14
15         cpus {
16                 #address-cells = <1>;
17                 #size-cells = <0>;
18
19                 cpu@0 {
20                         device_type = "cpu";
21                         compatible = "arm,cortex-a9";
22                         next-level-cache = <&L2>;
23                         reg = <0x0>;
24                 };
25         };
26 };