| .. | .. |
|---|
| 90 | 90 | interrupts = <0>; |
|---|
| 91 | 91 | }; |
|---|
| 92 | 92 | |
|---|
| 93 | | - axi_i2c: i2c@10A00000 { |
|---|
| 93 | + axi_i2c: i2c@10a00000 { |
|---|
| 94 | 94 | compatible = "xlnx,xps-iic-2.00.a"; |
|---|
| 95 | 95 | interrupt-parent = <&axi_intc>; |
|---|
| 96 | 96 | interrupts = <4>; |
|---|
| 97 | | - reg = < 0x10A00000 0x10000 >; |
|---|
| 97 | + reg = < 0x10a00000 0x10000 >; |
|---|
| 98 | 98 | clocks = <&ext>; |
|---|
| 99 | 99 | xlnx,clk-freq = <0x5f5e100>; |
|---|
| 100 | 100 | xlnx,family = "Artix7"; |
|---|
| .. | .. |
|---|
| 106 | 106 | #address-cells = <1>; |
|---|
| 107 | 107 | #size-cells = <0>; |
|---|
| 108 | 108 | |
|---|
| 109 | | - ad7420@4B { |
|---|
| 109 | + ad7420@4b { |
|---|
| 110 | 110 | compatible = "adi,adt7420"; |
|---|
| 111 | | - reg = <0x4B>; |
|---|
| 111 | + reg = <0x4b>; |
|---|
| 112 | 112 | }; |
|---|
| 113 | 113 | } ; |
|---|
| 114 | 114 | }; |
|---|