blob: 09098aac3a7fc6dc85f8488418460f12533bca56 [file] [log] [blame]
Rayagonda Kokatanur291635a2020-07-15 22:48:55 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2020 Broadcom
4 */
5
6#include "skeleton64.dtsi"
7
8/ {
9 compatible = "brcm,ns3";
10 #address-cells = <2>;
11 #size-cells = <2>;
12
13 memory {
14 device_type = "memory";
15 reg = <0x0 0x80000000 0x0 0x80000000>,
16 <0x8 0x80000000 0x1 0x80000000>;
17 };
18
19 hsls {
20 compatible = "simple-bus";
21 dma-ranges;
22 #address-cells = <1>;
23 #size-cells = <1>;
24 ranges = <0x0 0x0 0x68900000 0x17700000>;
25
26 uart1: uart@110000 {
27 compatible = "snps,dw-apb-uart";
28 reg = <0x00110000 0x1000>;
29 reg-shift = <2>;
30 clock-frequency = <25000000>;
31 status = "disabled";
32 };
33 };
34};