xpedite5330.dts (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | xpedite5330.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1) |
---|---|
1/* 2 * Copyright (C) 2008 Extreme Engineering Solutions, Inc. 3 * Based on MPC8572DS device tree from Freescale Semiconductor, Inc. 4 * 5 * XPedite5330 3U CompactPCI module based on MPC8572E 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 --- 463 unchanged lines hidden (view full) --- 472 }; 473 }; 474 }; 475 476 /* UART0 */ 477 serial0: serial@4500 { 478 cell-index = <0>; 479 device_type = "serial"; | 1/* 2 * Copyright (C) 2008 Extreme Engineering Solutions, Inc. 3 * Based on MPC8572DS device tree from Freescale Semiconductor, Inc. 4 * 5 * XPedite5330 3U CompactPCI module based on MPC8572E 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 --- 463 unchanged lines hidden (view full) --- 472 }; 473 }; 474 }; 475 476 /* UART0 */ 477 serial0: serial@4500 { 478 cell-index = <0>; 479 device_type = "serial"; |
480 compatible = "ns16550"; | 480 compatible = "fsl,ns16550", "ns16550"; |
481 reg = <0x4500 0x100>; 482 clock-frequency = <0>; 483 interrupts = <42 2>; 484 interrupt-parent = <&mpic>; 485 }; 486 487 /* UART1 */ 488 serial1: serial@4600 { 489 cell-index = <1>; 490 device_type = "serial"; | 481 reg = <0x4500 0x100>; 482 clock-frequency = <0>; 483 interrupts = <42 2>; 484 interrupt-parent = <&mpic>; 485 }; 486 487 /* UART1 */ 488 serial1: serial@4600 { 489 cell-index = <1>; 490 device_type = "serial"; |
491 compatible = "ns16550"; | 491 compatible = "fsl,ns16550", "ns16550"; |
492 reg = <0x4600 0x100>; 493 clock-frequency = <0>; 494 interrupts = <42 2>; 495 interrupt-parent = <&mpic>; 496 }; 497 498 global-utilities@e0000 { //global utilities block 499 compatible = "fsl,mpc8572-guts"; --- 208 unchanged lines hidden --- | 492 reg = <0x4600 0x100>; 493 clock-frequency = <0>; 494 interrupts = <42 2>; 495 interrupt-parent = <&mpic>; 496 }; 497 498 global-utilities@e0000 { //global utilities block 499 compatible = "fsl,mpc8572-guts"; --- 208 unchanged lines hidden --- |