blob: 9944566c1195f5549c2c798815384866c4bd89e2 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Device Tree Bindings for Cisco Meraki MX64 with A0 SoC.
4 *
5 * Copyright (C) 2020-2021 Matthew Hagan <mnhagan88@gmail.com>
6 */
7
8/dts-v1/;
9
10#include "bcm958625-meraki-kingpin.dtsi"
11#include "bcm-nsp-ax.dtsi"
12
13/ {
14 model = "Cisco Meraki MX64(A0)";
15 compatible = "meraki,mx64-a0", "brcm,bcm58625", "brcm,nsp";
16
17 chosen {
18 stdout-path = "serial0:115200n8";
19 };
20
21 memory@60000000 {
22 device_type = "memory";
23 reg = <0x60000000 0x80000000>;
24 };
25};