r9a06g032-rzn1d400-db.dts (451B)
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the RZN1D-DB Board 4 * 5 * Copyright (C) 2018 Renesas Electronics Europe Limited 6 * 7 */ 8 9/dts-v1/; 10 11#include "r9a06g032.dtsi" 12 13/ { 14 model = "RZN1D-DB Board"; 15 compatible = "renesas,rzn1d400-db", "renesas,r9a06g032"; 16 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20 21 aliases { 22 serial0 = &uart0; 23 }; 24}; 25 26&uart0 { 27 status = "okay"; 28}; 29 30&wdt0 { 31 timeout-sec = <60>; 32 status = "okay"; 33};