d8bcaabee4
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using the following command: perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm64/boot/dts -type -f -name '*.dts*' Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
55 lines
721 B
Plaintext
55 lines
721 B
Plaintext
/**
|
|
* 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 { };
|
|
};
|
|
|
|
ð0 {
|
|
status = "ok";
|
|
};
|
|
|
|
ð1 {
|
|
status = "ok";
|
|
};
|
|
|
|
ð2 {
|
|
status = "ok";
|
|
};
|
|
|
|
ð3 {
|
|
status = "ok";
|
|
};
|
|
|
|
&sas1 {
|
|
status = "ok";
|
|
};
|
|
|
|
&usb_ohci {
|
|
status = "ok";
|
|
};
|
|
|
|
&usb_ehci {
|
|
status = "ok";
|
|
};
|