0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Broadcom BCM470X / BCM5301X ARM platform code.
0004 * DTS for BCM47081 SoC.
0005 *
0006 * Copyright © 2014 Rafał Miłecki <zajec5@gmail.com>
0007 */
0008
0009 #include "bcm5301x.dtsi"
0010
0011 / {
0012 compatible = "brcm,bcm47081";
0013
0014 aliases {
0015 serial0 = &uart0;
0016 };
0017
0018 chosen {
0019 stdout-path = "serial0:115200n8";
0020 };
0021
0022 cpus {
0023 #address-cells = <1>;
0024 #size-cells = <0>;
0025
0026 cpu@0 {
0027 device_type = "cpu";
0028 compatible = "arm,cortex-a9";
0029 next-level-cache = <&L2>;
0030 reg = <0x0>;
0031 };
0032 };
0033 };
0034
0035 &uart0 {
0036 status = "okay";
0037 };