ODROIDC:dtd: Fix to support ODROID IO-Kit.

Change-Id: I14851a8b7fba873b4ea7646d43a363a0e581f0af

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Charles
2014-12-05 09:36:30 +09:00
committed by Dongjin Kim
parent 8d99dc386b
commit 7140afa7c9

View File

@@ -566,7 +566,7 @@ void root_func(){
#address-cells = <1>;
#size-cells = <0>;
use_pio = <0>;
master_i2c_speed = <300000>;
master_i2c_speed = <100000>;
};
//$$ DEVICE="I2C_B"
@@ -585,7 +585,7 @@ void root_func(){
#address-cells = <1>;
#size-cells = <0>;
use_pio = <0>;
master_i2c_speed = <300000>;
master_i2c_speed = <100000>;
};
//$$ DEVICE="I2C_C"
@@ -1056,8 +1056,8 @@ void root_func(){
//$$ L2 PROP_U32 2 = "amlogic,setmask"
//$$ L2 PROP_STR 4 = "amlogic,pins"
b_uart_pins:b_uart{
amlogic,setmask=<4 0x03c0>;
amlogic,pins="GPIOX_16", "GPIOX_17", "GPIOX_18", "GPIOX_19";
amlogic,setmask=<4 0x0300>;
amlogic,pins="GPIOX_16", "GPIOX_17";
};
//$$ MATCH "Nand_pin_0_match" = "&nand_input_state"