OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 /*
2 * Device Tree Source for AMCC Canyonlands (460EX)
3 *
4 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 * (c) Copyright 2010 Western Digital Technologies, Inc. All Rights Reserved.
6 *
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without
9 * any warranty of any kind, whether express or implied.
10 */
11  
12 /dts-v1/;
13  
14 #include "apollo3g.dtsi"
15  
16 / {
17 compatible = "wd,mybooklive-duo", "amcc,apollo3g";
18 model = "MyBook Live Duo";
19 };
20  
21 &SATA0 {
22 status = "okay";
23 };
24  
25 &USBOTG0 {
26 status = "okay";
27 dr_mode = "host";
28 };
29  
30 &GPIO1 {
31 enable-usb {
32 status = "okay";
33 };
34  
35 enable-port0 {
36 status = "okay";
37 };
38 };