p2041rdb.dts (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | p2041rdb.dts (226b9391d1a4e91fe08627f75ebad1c60900dfe2) |
---|---|
1/* 2 * P2041RDB Device Tree Source 3 * 4 * Copyright 2011 - 2015 Freescale Semiconductor Inc. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions are met: 8 * * Redistributions of source code must retain the above copyright --- 113 unchanged lines hidden (view full) --- 122 }; 123 124 i2c@118000 { 125 lm75b@48 { 126 compatible = "nxp,lm75a"; 127 reg = <0x48>; 128 }; 129 eeprom@50 { | 1/* 2 * P2041RDB Device Tree Source 3 * 4 * Copyright 2011 - 2015 Freescale Semiconductor Inc. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions are met: 8 * * Redistributions of source code must retain the above copyright --- 113 unchanged lines hidden (view full) --- 122 }; 123 124 i2c@118000 { 125 lm75b@48 { 126 compatible = "nxp,lm75a"; 127 reg = <0x48>; 128 }; 129 eeprom@50 { |
130 compatible = "at24,24c256"; | 130 compatible = "atmel,24c256"; |
131 reg = <0x50>; 132 }; 133 rtc@68 { 134 compatible = "pericom,pt7c4338"; 135 reg = <0x68>; 136 }; 137 adt7461@4c { 138 compatible = "adi,adt7461"; 139 reg = <0x4c>; 140 }; 141 }; 142 143 i2c@118100 { 144 eeprom@50 { | 131 reg = <0x50>; 132 }; 133 rtc@68 { 134 compatible = "pericom,pt7c4338"; 135 reg = <0x68>; 136 }; 137 adt7461@4c { 138 compatible = "adi,adt7461"; 139 reg = <0x4c>; 140 }; 141 }; 142 143 i2c@118100 { 144 eeprom@50 { |
145 compatible = "at24,24c256"; | 145 compatible = "atmel,24c256"; |
146 reg = <0x50>; 147 }; 148 }; 149 150 usb1: usb@211000 { 151 dr_mode = "host"; 152 }; 153 --- 187 unchanged lines hidden --- | 146 reg = <0x50>; 147 }; 148 }; 149 150 usb1: usb@211000 { 151 dr_mode = "host"; 152 }; 153 --- 187 unchanged lines hidden --- |