mpc8349emitxgp.dts (dcb571be2019ae677bc5ed64437dbc87ae1eb67f) | mpc8349emitxgp.dts (f3a2b29d932fbf92e133d814c4873fd15be51abc) |
---|---|
1/* 2 * MPC8349E-mITX-GP Device Tree Source 3 * 4 * Copyright 2007 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 66 unchanged lines hidden (view full) --- 75 compatible = "fsl-i2c"; 76 reg = <3100 100>; 77 interrupts = <f 8>; 78 interrupt-parent = < &ipic >; 79 dfsrr; 80 }; 81 82 spi@7000 { | 1/* 2 * MPC8349E-mITX-GP Device Tree Source 3 * 4 * Copyright 2007 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 66 unchanged lines hidden (view full) --- 75 compatible = "fsl-i2c"; 76 reg = <3100 100>; 77 interrupts = <f 8>; 78 interrupt-parent = < &ipic >; 79 dfsrr; 80 }; 81 82 spi@7000 { |
83 device_type = "spi"; 84 compatible = "fsl_spi"; | 83 cell-index = <0>; 84 compatible = "fsl,spi"; |
85 reg = <7000 1000>; 86 interrupts = <10 8>; 87 interrupt-parent = < &ipic >; 88 mode = "cpu"; 89 }; 90 91 usb@23000 { 92 compatible = "fsl-usb2-dr"; --- 102 unchanged lines hidden --- | 85 reg = <7000 1000>; 86 interrupts = <10 8>; 87 interrupt-parent = < &ipic >; 88 mode = "cpu"; 89 }; 90 91 usb@23000 { 92 compatible = "fsl-usb2-dr"; --- 102 unchanged lines hidden --- |