sandbox.dts (21baf15b4e638cf7719994fe6ac86e0d0e93aa78) | sandbox.dts (9c6a3c6772c4aa53bed0b233621637af2e3eb83e) |
---|---|
1/dts-v1/; 2 3#define USB_CLASS_HUB 9 4 5/ { 6 #address-cells = <1>; 7 #size-cells = <1>; 8 --- 78 unchanged lines hidden (view full) --- 87 }; 88 89 i2c_0: i2c@0 { 90 #address-cells = <1>; 91 #size-cells = <0>; 92 reg = <0 0>; 93 compatible = "sandbox,i2c"; 94 clock-frequency = <400000>; | 1/dts-v1/; 2 3#define USB_CLASS_HUB 9 4 5/ { 6 #address-cells = <1>; 7 #size-cells = <1>; 8 --- 78 unchanged lines hidden (view full) --- 87 }; 88 89 i2c_0: i2c@0 { 90 #address-cells = <1>; 91 #size-cells = <0>; 92 reg = <0 0>; 93 compatible = "sandbox,i2c"; 94 clock-frequency = <400000>; |
95 pinctrl-names = "default"; 96 pinctrl-0 = <&pinctrl_i2c0>; |
|
95 eeprom@2c { 96 reg = <0x2c>; 97 compatible = "i2c-eeprom"; 98 emul { 99 compatible = "sandbox,i2c-eeprom"; 100 sandbox,filename = "i2c.bin"; 101 sandbox,size = <128>; 102 }; --- 28 unchanged lines hidden (view full) --- 131 compatible = "pci-generic"; 132 reg = <0xf800 0 0 0 0>; 133 emul@1f,0 { 134 compatible = "sandbox,swap-case"; 135 }; 136 }; 137 }; 138 | 97 eeprom@2c { 98 reg = <0x2c>; 99 compatible = "i2c-eeprom"; 100 emul { 101 compatible = "sandbox,i2c-eeprom"; 102 sandbox,filename = "i2c.bin"; 103 sandbox,size = <128>; 104 }; --- 28 unchanged lines hidden (view full) --- 133 compatible = "pci-generic"; 134 reg = <0xf800 0 0 0 0>; 135 emul@1f,0 { 136 compatible = "sandbox,swap-case"; 137 }; 138 }; 139 }; 140 |
141 pinctrl { 142 compatible = "sandbox,pinctrl"; 143 144 pinctrl_i2c0: i2c0 { 145 groups = "i2c"; 146 function = "i2c"; 147 bias-pull-up; 148 }; 149 150 pinctrl_serial0: uart0 { 151 groups = "serial_a"; 152 function = "serial"; 153 }; 154 }; 155 |
|
139 spi@0 { 140 #address-cells = <1>; 141 #size-cells = <0>; 142 reg = <0 0>; 143 compatible = "sandbox,spi"; 144 cs-gpios = <0>, <&gpio_a 0>; 145 firmware_storage_spi: flash@0 { 146 reg = <0>; --- 20 unchanged lines hidden (view full) --- 167 character = <83>; 168 light-gpios = <&gpio_a 2>, <&gpio_b 6 0>; 169 }; 170 171 /* Needs to be available prior to relocation */ 172 uart0: serial { 173 compatible = "sandbox,serial"; 174 sandbox,text-colour = "cyan"; | 156 spi@0 { 157 #address-cells = <1>; 158 #size-cells = <0>; 159 reg = <0 0>; 160 compatible = "sandbox,spi"; 161 cs-gpios = <0>, <&gpio_a 0>; 162 firmware_storage_spi: flash@0 { 163 reg = <0>; --- 20 unchanged lines hidden (view full) --- 184 character = <83>; 185 light-gpios = <&gpio_a 2>, <&gpio_b 6 0>; 186 }; 187 188 /* Needs to be available prior to relocation */ 189 uart0: serial { 190 compatible = "sandbox,serial"; 191 sandbox,text-colour = "cyan"; |
192 pinctrl-names = "default"; 193 pinctrl-0 = <&pinctrl_serial0>; |
|
175 }; 176 177 usb@0 { 178 compatible = "sandbox,usb"; 179 status = "disabled"; 180 hub { 181 compatible = "sandbox,usb-hub"; 182 #address-cells = <1>; --- 35 unchanged lines hidden --- | 194 }; 195 196 usb@0 { 197 compatible = "sandbox,usb"; 198 status = "disabled"; 199 hub { 200 compatible = "sandbox,usb-hub"; 201 #address-cells = <1>; --- 35 unchanged lines hidden --- |