blob: aba5d1f0f1a2de3dd4a11645850b8cbd7a9c4982 [file] [log] [blame]
/*
* Copyright (C) 2016 Google, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
/include/ "skeleton.dtsi"
/ {
compatible = "qtn,qsr1000";
#address-cells = <1>;
#size-cells = <1>;
interrupt-parent = <&core_intc>;
chosen {
bootargs = "earlycon debug console=ttyS0,115200n8";
stdout-path = &uart0;
};
memory {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x00000000 0x80000000 0x40000000>;
device_type = "memory";
reg = <0x80000000 0x08000000>; /* 128MiB */
};
core_clk: core_clk {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <500000000>;
/* 500 MHZ */
};
core_intc: arc700-intc@cpu {
compatible = "snps,arc700-intc";
interrupt-controller;
#interrupt-cells = <1>;
};
uart0: dw-apb-uart {
compatible = "snps,dw-apb-uart", "ns16550a";
reg = <0xF0000000 0x100>;
clock-frequency = <125000000>;
interrupt-parent = <&core_intc>;
interrupts = <24>;
baud = <115200>;
reg-shift = <2>;
reg-io-width = <4>;
};
};