diff options
author | John Traill <john.traill@freescale.com> | 2006-08-09 14:33:50 +0100 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-09 11:20:30 -0500 |
commit | 8fc8bd2cc479b6cd188fdede4010e0e052970b8a (patch) | |
tree | 38fa0ac96ffc225e7ed42d3393d4a88a587f4f9b /board/mpc8641hpcn/oftree.dts | |
parent | 91a414c7d1fb0eac912592cd995b30c9f23045c9 (diff) | |
download | u-boot-imx-8fc8bd2cc479b6cd188fdede4010e0e052970b8a.zip u-boot-imx-8fc8bd2cc479b6cd188fdede4010e0e052970b8a.tar.gz u-boot-imx-8fc8bd2cc479b6cd188fdede4010e0e052970b8a.tar.bz2 |
Add Rapidio support for the MPC8641HPCN
Signed-off-by: John Traill <john.traill@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn/oftree.dts')
-rw-r--r-- | board/mpc8641hpcn/oftree.dts | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/board/mpc8641hpcn/oftree.dts b/board/mpc8641hpcn/oftree.dts index 742a140..99d75ca 100644 --- a/board/mpc8641hpcn/oftree.dts +++ b/board/mpc8641hpcn/oftree.dts @@ -341,6 +341,48 @@ >; interrupt-parent = <40000>; }; + rio@c0000 { + #address-cells = <1>; + #size-cells = <0>; + device_type = "rio"; + model = "pq38"; + compatible = "85xx"; + ranges = <0 c0000000 20000000>; + reg = <c0000 13000>; + linux,phandle = <c0000>; + }; + rio_message@d3000 { + device_type = "network"; + compatible = "85xx"; + linux,phandle = <d3000>; + reg = <d3000 d3100>; + interrupts = <35 2 36 2>; + interrupt-parent = <40000>; + }; + rio_message@d3100 { + device_type = "network"; + compatible = "85xx"; + linux,phandle = <d3100>; + reg = <d3100 d3200>; + interrupts = <37 2 38 2>; + interrupt-parent = <40000>; + }; + rio_doorbell@d3400 { + device_type = "doorbell"; + compatible = "85xx"; + linux,phandle = <d3400>; + reg = <d3400 d34e0>; + interrupts = <31 2 32 2>; + interrupt-parent = <40000>; + }; + rio_portwrite@d34e0 { + device_type = "portwrite"; + compatible = "85xx"; + linux,phandle = <d34e0>; + reg = <d34e0 d3500>; + interrupts = <30 2>; + interrupt-parent = <40000>; + }; }; }; |