mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 21:12:29 -04:00
We set the pin configuration for the jz4740-nand, jz4740-mmc, jz4740-fb, jz4740-pwm and jz4740-uart drivers. This will permit those drivers to be cleaned out of the custom GPIO code that they currently use. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
33 lines
379 B
Plaintext
33 lines
379 B
Plaintext
/dts-v1/;
|
|
|
|
#include "jz4740.dtsi"
|
|
|
|
/ {
|
|
compatible = "qi,lb60", "ingenic,jz4740";
|
|
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|
|
|
|
&ext {
|
|
clock-frequency = <12000000>;
|
|
};
|
|
|
|
&rtc_dev {
|
|
system-power-controller;
|
|
};
|
|
|
|
&uart0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pins_uart0>;
|
|
};
|
|
|
|
&pinctrl {
|
|
pins_uart0: uart0 {
|
|
function = "uart0";
|
|
groups = "uart0-data";
|
|
bias-disable;
|
|
};
|
|
};
|