| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /**
- * dts file for Hisilicon D03 Development Board
- *
- * Copyright (C) 2016 Hisilicon Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
- */
- /dts-v1/;
- #include "hip06.dtsi"
- / {
- model = "Hisilicon Hip06 D03 Development Board";
- compatible = "hisilicon,hip06-d03";
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x00000000 0x0 0x40000000>;
- };
- chosen { };
- };
- &ipmi0 {
- status = "ok";
- };
- &uart0 {
- status = "ok";
- };
- ð0 {
- status = "ok";
- };
- ð1 {
- status = "ok";
- };
- ð2 {
- status = "ok";
- };
- ð3 {
- status = "ok";
- };
- &sas1 {
- status = "ok";
- };
- &usb_ohci {
- status = "ok";
- };
- &usb_ehci {
- status = "ok";
- };
|