1 // SPDX-License-Identifier: GPL-2.0-only << 2 /** 1 /** 3 * dts file for Hisilicon D03 Development Boar 2 * dts file for Hisilicon D03 Development Board 4 * 3 * 5 * Copyright (C) 2016 HiSilicon Ltd. !! 4 * Copyright (C) 2016 Hisilicon Ltd. >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify >> 7 * it under the terms of the GNU General Public License version 2 as >> 8 * publishhed by the Free Software Foundation. >> 9 * 6 */ 10 */ 7 11 8 /dts-v1/; 12 /dts-v1/; 9 13 10 #include "hip06.dtsi" 14 #include "hip06.dtsi" 11 15 12 / { 16 / { 13 model = "Hisilicon Hip06 D03 Developme 17 model = "Hisilicon Hip06 D03 Development Board"; 14 compatible = "hisilicon,hip06-d03"; 18 compatible = "hisilicon,hip06-d03"; 15 19 16 memory@0 { 20 memory@0 { 17 device_type = "memory"; 21 device_type = "memory"; 18 reg = <0x0 0x00000000 0x0 0x40 22 reg = <0x0 0x00000000 0x0 0x40000000>; 19 }; 23 }; 20 24 21 chosen { }; 25 chosen { }; 22 }; 26 }; 23 27 24 &ipmi0 { 28 &ipmi0 { 25 status = "okay"; !! 29 status = "ok"; 26 }; 30 }; 27 31 28 &uart0 { 32 &uart0 { 29 status = "okay"; !! 33 status = "ok"; 30 }; 34 }; 31 35 32 ð0 { 36 ð0 { 33 status = "okay"; !! 37 status = "ok"; 34 }; 38 }; 35 39 36 ð1 { 40 ð1 { 37 status = "okay"; !! 41 status = "ok"; 38 }; 42 }; 39 43 40 ð2 { 44 ð2 { 41 status = "okay"; !! 45 status = "ok"; 42 }; 46 }; 43 47 44 ð3 { 48 ð3 { 45 status = "okay"; !! 49 status = "ok"; 46 }; 50 }; 47 51 48 &sas1 { 52 &sas1 { 49 status = "okay"; !! 53 status = "ok"; 50 }; 54 }; 51 55 52 &usb_ohci { 56 &usb_ohci { 53 status = "okay"; !! 57 status = "ok"; 54 }; 58 }; 55 59 56 &usb_ehci { 60 &usb_ehci { 57 status = "okay"; !! 61 status = "ok"; 58 }; 62 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.