1 // SPDX-License-Identifier: GPL-2.0-or-later O 2 /* 3 * Device Tree Bindigs for Buffalo WZR-1166DHP 4 * 5 * Copyright (C) 2022 SHIMAMOTO Takayoshi <taka 6 */ 7 8 /dts-v1/; 9 10 #include "bcm4708-buffalo-wzr-1166dhp-common.d 11 12 / { 13 compatible = "buffalo,wzr-1166dhp", "b 14 model = "Buffalo WZR-1166DHP"; 15 16 chosen { 17 bootargs = "console=ttyS0,1152 18 }; 19 20 memory@0 { 21 device_type = "memory"; 22 reg = <0x00000000 0x08000000>, 23 <0x88000000 0x18000000>; 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.