-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'hip0x-dt-for-4.7' of git://github.com/hisilicon/linux-hisi…
… into next/dt64 Merge "ARM64: DT: Hisilicon hip05 and hip06 updates for 4.7" Wei Xu: - Fix its node without msi-cells for hip05 - Add nor flash node for hip05 D02 board - Add initial dts for hip06 D03 board - Reorder and add the hip06 D03 binding in the binding document * tag 'hip0x-dt-for-4.7' of git://github.com/hisilicon/linux-hisi: Documentation: arm64: Add Hisilicon Hip06 D03 dts binding arm64: dts: Add initial dts for Hisilicon Hip06 D03 board arm64: dts: hip05: Add nor flash support arm64: dts: hip05: fix its node without msi-cells
- Loading branch information
Showing
6 changed files
with
400 additions
and
9 deletions.
There are no files selected for viewing
20 changes: 12 additions & 8 deletions
20
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/** | ||
* 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@00000000 { | ||
device_type = "memory"; | ||
reg = <0x0 0x00000000 0x0 0x40000000>; | ||
}; | ||
|
||
chosen { }; | ||
}; | ||
|
||
&usb_ohci { | ||
status = "ok"; | ||
}; | ||
|
||
&usb_ehci { | ||
status = "ok"; | ||
}; |
Oops, something went wrong.