forked from Minki/linux
ARM: dts: rockchip: enable nfc node in rk3066a-mk808.dts
Enable nfc node in rk3066a-mk808.dts Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20220603144627.23269-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
f2906aa863
commit
70e76f7344
@ -160,6 +160,24 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&nfc {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
nand@0 {
|
||||||
|
reg = <0>;
|
||||||
|
label = "rk-nand";
|
||||||
|
nand-bus-width = <8>;
|
||||||
|
nand-ecc-mode = "hw";
|
||||||
|
nand-ecc-step-size = <1024>;
|
||||||
|
nand-ecc-strength = <40>;
|
||||||
|
nand-is-boot-medium;
|
||||||
|
rockchip,boot-blks = <8>;
|
||||||
|
rockchip,boot-ecc-strength = <24>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
usb-host {
|
usb-host {
|
||||||
host_drv: host-drv {
|
host_drv: host-drv {
|
||||||
|
Loading…
Reference in New Issue
Block a user