1/* 2 * Device Tree Source for the Draak board 3 * 4 * Copyright (C) 2016 Renesas Electronics Corp. 5 * Copyright (C) 2017 Glider bvba 6 * 7 * This file is licensed under the terms of the GNU General Public License 8 * version 2. This program is licensed "as is" without any warranty of any 9 * kind, whether express or implied. 10 */ 11 12/dts-v1/; 13#include "r8a77995.dtsi" 14 15/ { 16 model = "Renesas Draak board based on r8a77995"; 17 compatible = "renesas,draak", "renesas,r8a77995"; 18 19 aliases { 20 serial0 = &scif2; 21 }; 22 23 chosen { 24 bootargs = "ignore_loglevel"; 25 stdout-path = "serial0:115200n8"; 26 }; 27 28 memory@48000000 { 29 device_type = "memory"; 30 /* first 128MB is reserved for secure area. */ 31 reg = <0x0 0x48000000 0x0 0x18000000>; 32 }; 33}; 34 35&extal_clk { 36 clock-frequency = <48000000>; 37}; 38 39&pfc { 40 scif2_pins: scif2 { 41 groups = "scif2_data"; 42 function = "scif2"; 43 }; 44 45}; 46 47&scif2 { 48 pinctrl-0 = <&scif2_pins>; 49 pinctrl-names = "default"; 50 51 status = "okay"; 52}; 53 54&rwdt { 55 timeout-sec = <60>; 56 status = "okay"; 57}; 58