diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2017-06-20 02:28:15 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2017-06-20 02:28:15 +0000 |
| commit | 8fdc67f730291b64de002bf95d19ae75e058b8ce (patch) | |
| tree | 7168a4d1758594b7d9d103004964d3ab4a44d2a3 /src/arc/haps_hs_idu.dts | |
| parent | ff018dbf5bb142aa83bd955e5b6c55d66e9e9c1e (diff) | |
Notes
Diffstat (limited to 'src/arc/haps_hs_idu.dts')
| -rw-r--r-- | src/arc/haps_hs_idu.dts | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/arc/haps_hs_idu.dts b/src/arc/haps_hs_idu.dts index 65204b4c0f13..215cddd0b63b 100644 --- a/src/arc/haps_hs_idu.dts +++ b/src/arc/haps_hs_idu.dts @@ -47,18 +47,13 @@ compatible = "snps,archs-intc"; interrupt-controller; #interrupt-cells = <1>; -/* interrupts = <16 17 18 19 20 21 22 23 24 25>; */ }; idu_intc: idu-interrupt-controller { compatible = "snps,archs-idu-intc"; interrupt-controller; interrupt-parent = <&core_intc>; - /* <hwirq distribution> - distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3 */ - #interrupt-cells = <2>; - interrupts = <24 25 26 27 28 29 30 31>; - + #interrupt-cells = <1>; }; uart0: serial@f0000000 { @@ -66,9 +61,7 @@ compatible = "ns16550a"; reg = <0xf0000000 0x2000>; interrupt-parent = <&idu_intc>; - /* interrupts = <0 1>; DEST=1*/ - /* interrupts = <0 2>; DEST=2*/ - interrupts = <0 0>; /* RR*/ + interrupts = <0>; clock-frequency = <50000000>; baud = <115200>; reg-shift = <2>; |
