diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-18 16:41:40 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-24 01:36:55 +0900 |
commit | 6063498be896589ba8761e98479885557369cb5f (patch) | |
tree | b62e310e7b5cbc015c45f59a1826745a09a284bc /arch/arm/dts/uniphier-ph1-pro4-ref.dts | |
parent | 4976f4827546154bb296dd0fb33b2cdff94be0c1 (diff) | |
download | u-boot-imx-6063498be896589ba8761e98479885557369cb5f.zip u-boot-imx-6063498be896589ba8761e98479885557369cb5f.tar.gz u-boot-imx-6063498be896589ba8761e98479885557369cb5f.tar.bz2 |
ARM: dts: uniphier: add device tree for Micro Support Card
Import uniphier-support-card.dtsi from Linux Kernel and make it
available on the UniPhier reference boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-pro4-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-pro4-ref.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/dts/uniphier-ph1-pro4-ref.dts index 07a9783..5be76e2 100644 --- a/arch/arm/dts/uniphier-ph1-pro4-ref.dts +++ b/arch/arm/dts/uniphier-ph1-pro4-ref.dts @@ -9,6 +9,7 @@ /dts-v1/; /include/ "uniphier-ph1-pro4.dtsi" /include/ "uniphier-ref-daughter.dtsi" +/include/ "uniphier-support-card.dtsi" / { model = "UniPhier PH1-Pro4 Reference Board"; @@ -38,6 +39,10 @@ }; }; +ðsc { + interrupts = <0 50 4>; +}; + &serial0 { status = "okay"; }; |