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