ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
Cameras, RTC, and ak4643 sound codec. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
6f82fae2f4
commit
95e7381b1a
1 changed files with 25 additions and 0 deletions
|
@ -65,6 +65,31 @@
|
||||||
clock-frequency = <33333333>;
|
clock-frequency = <33333333>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c0 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
ak4643: sound-codec@12 {
|
||||||
|
compatible = "asahi-kasei,ak4643";
|
||||||
|
#sound-dai-cells = <0>;
|
||||||
|
reg = <0x12>;
|
||||||
|
};
|
||||||
|
|
||||||
|
camera@41 {
|
||||||
|
compatible = "oki,ml86v7667";
|
||||||
|
reg = <0x41>;
|
||||||
|
};
|
||||||
|
|
||||||
|
camera@43 {
|
||||||
|
compatible = "oki,ml86v7667";
|
||||||
|
reg = <0x43>;
|
||||||
|
};
|
||||||
|
|
||||||
|
rx8581: rtc@51 {
|
||||||
|
compatible = "epson,rx8581";
|
||||||
|
reg = <0x51>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&mmcif {
|
&mmcif {
|
||||||
pinctrl-0 = <&mmc_pins>;
|
pinctrl-0 = <&mmc_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
Loading…
Add table
Reference in a new issue