p1023rdb.dts (e5451c8f8330e03ad3cfa16048b4daf961af434f) | p1023rdb.dts (226b9391d1a4e91fe08627f75ebad1c60900dfe2) |
---|---|
1/* 2 * P1023 RDB Device Tree Source 3 * 4 * Copyright 2013 - 2014 Freescale Semiconductor Inc. 5 * 6 * Author: Chunhe Lan <Chunhe.Lan@freescale.com> 7 * 8 * Redistribution and use in source and binary forms, with or without --- 65 unchanged lines hidden (view full) --- 74 ranges = <0x0 0xf 0xff200000 0x200000>; 75 }; 76 77 soc: soc@ff600000 { 78 ranges = <0x0 0x0 0xff600000 0x200000>; 79 80 i2c@3000 { 81 eeprom@53 { | 1/* 2 * P1023 RDB Device Tree Source 3 * 4 * Copyright 2013 - 2014 Freescale Semiconductor Inc. 5 * 6 * Author: Chunhe Lan <Chunhe.Lan@freescale.com> 7 * 8 * Redistribution and use in source and binary forms, with or without --- 65 unchanged lines hidden (view full) --- 74 ranges = <0x0 0xf 0xff200000 0x200000>; 75 }; 76 77 soc: soc@ff600000 { 78 ranges = <0x0 0x0 0xff600000 0x200000>; 79 80 i2c@3000 { 81 eeprom@53 { |
82 compatible = "at24,24c04"; | 82 compatible = "atmel,24c04"; |
83 reg = <0x53>; 84 }; 85 86 rtc@6f { 87 compatible = "microchip,mcp7941x"; 88 reg = <0x6f>; 89 }; 90 }; --- 170 unchanged lines hidden --- | 83 reg = <0x53>; 84 }; 85 86 rtc@6f { 87 compatible = "microchip,mcp7941x"; 88 reg = <0x6f>; 89 }; 90 }; --- 170 unchanged lines hidden --- |