-
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 branch 'kirkwood/dt' into next/dt2
This was part of the for-next branch earlier but for some reasons a rebuild of the tree missed it, so I'm putting it back in now. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
- Loading branch information
Showing
74 changed files
with
2,034 additions
and
570 deletions.
There are no files selected for viewing
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,24 @@ | ||
/dts-v1/; | ||
|
||
/include/ "kirkwood.dtsi" | ||
|
||
/ { | ||
model = "Globalscale Technologies Dreamplug"; | ||
compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "mrvl,kirkwood-88f6281", "mrvl,kirkwood"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x00000000 0x20000000>; | ||
}; | ||
|
||
chosen { | ||
bootargs = "console=ttyS0,115200n8 earlyprintk"; | ||
}; | ||
|
||
ocp@f1000000 { | ||
serial@12000 { | ||
clock-frequency = <200000000>; | ||
status = "ok"; | ||
}; | ||
}; | ||
}; |
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,36 @@ | ||
/include/ "skeleton.dtsi" | ||
|
||
/ { | ||
compatible = "mrvl,kirkwood"; | ||
|
||
ocp@f1000000 { | ||
compatible = "simple-bus"; | ||
ranges = <0 0xf1000000 0x1000000>; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
|
||
serial@12000 { | ||
compatible = "ns16550a"; | ||
reg = <0x12000 0x100>; | ||
reg-shift = <2>; | ||
interrupts = <33>; | ||
/* set clock-frequency in board dts */ | ||
status = "disabled"; | ||
}; | ||
|
||
serial@12100 { | ||
compatible = "ns16550a"; | ||
reg = <0x12100 0x100>; | ||
reg-shift = <2>; | ||
interrupts = <34>; | ||
/* set clock-frequency in board dts */ | ||
status = "disabled"; | ||
}; | ||
|
||
rtc@10300 { | ||
compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc"; | ||
reg = <0x10300 0x20>; | ||
interrupts = <53>; | ||
}; | ||
}; | ||
}; |
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
Oops, something went wrong.