1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 /* 3 * Device Tree Bindigs for Buffalo WZR-1166DHP2 4 * 5 * Copyright (C) 2022 SHIMAMOTO Takayoshi <takayoshi.shimamoto.360@gmail.com> 6 */ 7 8 /dts-v1/; 9 10 #include "bcm4708-buffalo-wzr-1166dhp-common.dtsi" 11 12 / { 13 compatible = "buffalo,wzr-1166dhp2", "brcm,bcm4708"; 14 model = "Buffalo WZR-1166DHP2"; 15 16 chosen { 17 bootargs = "console=ttyS0,115200"; 18 }; 19 20 memory@0 { 21 device_type = "memory"; 22 reg = <0x00000000 0x08000000>, 23 <0x88000000 0x08000000>; 24 }; 25 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.