storcenter.dts (b2aaf8f74cdc84a9182f6cabf198b7763bcb9d40) | storcenter.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1) |
---|---|
1/* 2 * Device Tree Source for IOMEGA StorCenter 3 * 4 * Copyright 2007 Oyvind Repvik 5 * Copyright 2007 Jon Loeliger 6 * 7 * Based on the Kurobox DTS by G. Liakhovetski <g.liakhovetski@gmx.de> 8 * --- 60 unchanged lines hidden (view full) --- 69 compatible = "dallas,ds1337"; 70 reg = <0x68>; 71 }; 72 }; 73 74 serial0: serial@4500 { 75 cell-index = <0>; 76 device_type = "serial"; | 1/* 2 * Device Tree Source for IOMEGA StorCenter 3 * 4 * Copyright 2007 Oyvind Repvik 5 * Copyright 2007 Jon Loeliger 6 * 7 * Based on the Kurobox DTS by G. Liakhovetski <g.liakhovetski@gmx.de> 8 * --- 60 unchanged lines hidden (view full) --- 69 compatible = "dallas,ds1337"; 70 reg = <0x68>; 71 }; 72 }; 73 74 serial0: serial@4500 { 75 cell-index = <0>; 76 device_type = "serial"; |
77 compatible = "ns16550"; | 77 compatible = "fsl,ns16550", "ns16550"; |
78 reg = <0x4500 0x20>; 79 clock-frequency = <97553800>; /* Hz */ 80 current-speed = <115200>; 81 interrupts = <25 2>; 82 interrupt-parent = <&mpic>; 83 }; 84 85 serial1: serial@4600 { 86 cell-index = <1>; 87 device_type = "serial"; | 78 reg = <0x4500 0x20>; 79 clock-frequency = <97553800>; /* Hz */ 80 current-speed = <115200>; 81 interrupts = <25 2>; 82 interrupt-parent = <&mpic>; 83 }; 84 85 serial1: serial@4600 { 86 cell-index = <1>; 87 device_type = "serial"; |
88 compatible = "ns16550"; | 88 compatible = "fsl,ns16550", "ns16550"; |
89 reg = <0x4600 0x20>; 90 clock-frequency = <97553800>; /* Hz */ 91 current-speed = <9600>; 92 interrupts = <26 2>; 93 interrupt-parent = <&mpic>; 94 }; 95 96 mpic: interrupt-controller@40000 { --- 46 unchanged lines hidden --- | 89 reg = <0x4600 0x20>; 90 clock-frequency = <97553800>; /* Hz */ 91 current-speed = <9600>; 92 interrupts = <26 2>; 93 interrupt-parent = <&mpic>; 94 }; 95 96 mpic: interrupt-controller@40000 { --- 46 unchanged lines hidden --- |