Skip to content

Commit

Permalink
ARM: dts: Add pin controller node for Samsung EXYNOS5440 SoC
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Nov 22, 2012
1 parent f0b9a7e commit b1ce101
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,23 @@
reg = <0xE0000 0x1000>;
interrupt-controller;
#interrupt-cells = <2>;
#gpio-cells = <2>;

fan: fan {
samsung,exynos5440-pin-function = <1>;
};

hdd_led0: hdd_led0 {
samsung,exynos5440-pin-function = <2>;
};

hdd_led1: hdd_led1 {
samsung,exynos5440-pin-function = <3>;
};

uart1: uart1 {
samsung,exynos5440-pin-function = <4>;
};
};

i2c@F0000 {
Expand Down

0 comments on commit b1ce101

Please sign in to comment.