xpedite5200.dts (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | xpedite5200.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1) |
---|---|
1/* 2 * Copyright (C) 2009 Extreme Engineering Solutions, Inc. 3 * Based on TQM8548 device tree 4 * 5 * XPedite5200 PrPMC/XMC module based on MPC8548E 6 * 7 * This is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 319 unchanged lines hidden (view full) --- 328 device_type = "tbi-phy"; 329 }; 330 }; 331 }; 332 333 serial0: serial@4500 { 334 cell-index = <0>; 335 device_type = "serial"; | 1/* 2 * Copyright (C) 2009 Extreme Engineering Solutions, Inc. 3 * Based on TQM8548 device tree 4 * 5 * XPedite5200 PrPMC/XMC module based on MPC8548E 6 * 7 * This is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 319 unchanged lines hidden (view full) --- 328 device_type = "tbi-phy"; 329 }; 330 }; 331 }; 332 333 serial0: serial@4500 { 334 cell-index = <0>; 335 device_type = "serial"; |
336 compatible = "ns16550"; | 336 compatible = "fsl,ns16550", "ns16550"; |
337 reg = <0x4500 0x100>; 338 clock-frequency = <0>; 339 current-speed = <115200>; 340 interrupts = <42 2>; 341 interrupt-parent = <&mpic>; 342 }; 343 344 serial1: serial@4600 { 345 cell-index = <1>; 346 device_type = "serial"; | 337 reg = <0x4500 0x100>; 338 clock-frequency = <0>; 339 current-speed = <115200>; 340 interrupts = <42 2>; 341 interrupt-parent = <&mpic>; 342 }; 343 344 serial1: serial@4600 { 345 cell-index = <1>; 346 device_type = "serial"; |
347 compatible = "ns16550"; | 347 compatible = "fsl,ns16550", "ns16550"; |
348 reg = <0x4600 0x100>; 349 clock-frequency = <0>; 350 current-speed = <115200>; 351 interrupts = <42 2>; 352 interrupt-parent = <&mpic>; 353 }; 354 355 global-utilities@e0000 { // global utilities reg --- 113 unchanged lines hidden --- | 348 reg = <0x4600 0x100>; 349 clock-frequency = <0>; 350 current-speed = <115200>; 351 interrupts = <42 2>; 352 interrupt-parent = <&mpic>; 353 }; 354 355 global-utilities@e0000 { // global utilities reg --- 113 unchanged lines hidden --- |